SAPI

Windows specific forum
eVAPor8
User
User
Posts: 49
Joined: Tue Aug 14, 2007 10:58 am
Contact:

SAPI

Post 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.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Look at PureDispHelper lib in announcements, it's got a sourcecode include and several examples including sapi.
BERESHEIT
eVAPor8
User
User
Posts: 49
Joined: Tue Aug 14, 2007 10:58 am
Contact:

Post 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!
Post Reply