G
Guest
Hi..
I am trying to use Sapi 5.0 for windows ce
The problem is when I try to instantiate the ISpVoice interface of Sapi it returns class not registered;
hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_INPROC_SERVER, IID_ISpVoic
,(VOID FAR **) &pVoice);
Do I need Sapi.dll on my device??
I am using the sapi.h & sapi.idl shipped with wince .net 4.
Where can I get sapi.dll???
Any help is appreciated.
Thanks
Nidhi
I am trying to use Sapi 5.0 for windows ce
The problem is when I try to instantiate the ISpVoice interface of Sapi it returns class not registered;
hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_INPROC_SERVER, IID_ISpVoic
,(VOID FAR **) &pVoice);
Do I need Sapi.dll on my device??
I am using the sapi.h & sapi.idl shipped with wince .net 4.
Where can I get sapi.dll???
Any help is appreciated.
Thanks
Nidhi