VoiceGuide IVR Software Main Page
Jump to content

Running Scripts In Delphi

Recommended Posts

how can we use voiceguide COM objects in delphi?

 

is it possible to hide voiceguide userinterface when running on a machine and run it as a service ?

 

Share this post


Link to post
how can we use voiceguide COM objects in delphi?

You should be able to use the VoiceGuide’s COM interface/object from Delphi just like any other COM interface/object. Not sure how Delphi actually uses COM – you’d need to consult Delphi references for information on this.

 

Google returned a few links, see:

http://delphi.about.com/od/beginners/l/aa113004a.htm

http://www.example-code.com/delphi/DelphiComRef.asp

 

is it possible to hide voiceguide userinterface when running on a machine and run it as a service ?

Yes. v7 of VoiceGuide runs as a Windows Service.

for v5 and v6 of VoiceGuide you can use firedaemon to make it run as a service (see: http://www.firedaemon.com/ )

 

Share this post


Link to post

where is voiceguide com interface

voiceguide.dll ? vgServices.dll ? or ...

I don't have any of these files ?

Share this post


Link to post

In VoiceGuide v7 it is vgServices.dll

 

vgServices.dll is installed in v7 main install directory.

Share this post


Link to post

I'm using voiceguide v5 with a voice modem. does vgSeries.dll support tapi devices?

if yes, can I download just this file ?

if no, how can I use com interface with v5 ?

 

thanks about your good support :)

Share this post


Link to post

In v5 the COM interface is implemented in the main vgMulti.exe file. vgMulti.exe acts as an "ActiveX Server".

Share this post


Link to post

it means that vgMulti.exe should be run to access to objects such as voicegudie.commandlink ?

 

Share this post


Link to post

Yes, in v5 and v6 the vgMulti.exe must be running to access to objects such as voiceguide.commandlink

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×