SAPI
Posted: Fri Nov 23, 2007 2:17 pm
Hi all,
I'm trying to put together a little voice-activated control system, but I'm missing something regarding SAPI. Coming from a VB6 background, I've had a look at the M$ documentation that only says "Add a reference to SAPI".. OK, fine, it works in VB6.
BUT...
When I open and enumerate the functions within sapi.dll I get rewarded with:
...So I obviously need to be accessing SAPI though other means/DLL's...
Can anyone point me in the direction?
Thanks In Advance,
Vappy.
I'm trying to put together a little voice-activated control system, but I'm missing something regarding SAPI. Coming from a VB6 background, I've had a look at the M$ documentation that only says "Add a reference to SAPI".. OK, fine, it works in VB6.
BUT...
When I open and enumerate the functions within sapi.dll I get rewarded with:
Code: Select all
DllCanUnloadNow
DllGetClassObject
DllRegisterServer
DllUnregisterServer
RunSapiServer
Can anyone point me in the direction?
Thanks In Advance,
Vappy.