Page 1 of 1

SAPI

Posted: Fri Nov 23, 2007 2:17 pm
by eVAPor8
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:

Code: Select all

DllCanUnloadNow
DllGetClassObject
DllRegisterServer
DllUnregisterServer
RunSapiServer
...So I obviously need to be accessing SAPI though other means/DLL's...

Can anyone point me in the direction?

Thanks In Advance,

Vappy.

Posted: Fri Nov 23, 2007 2:21 pm
by netmaestro
Look at PureDispHelper lib in announcements, it's got a sourcecode include and several examples including sapi.

Posted: Fri Nov 23, 2007 2:35 pm
by eVAPor8
netmaestro wrote:Look at PureDispHelper lib in announcements, it's got a sourcecode include and several examples including sapi.
Brilliant!!! :D

Thanks for this!