mojtaba_bahrami Report post Posted 10/24/2007 05:45 AM 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
SupportTeam Report post Posted 10/24/2007 05:56 AM 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
mojtaba_bahrami Report post Posted 10/24/2007 06:12 AM where is voiceguide com interface voiceguide.dll ? vgServices.dll ? or ... I don't have any of these files ? Share this post Link to post
SupportTeam Report post Posted 10/24/2007 08:07 AM In VoiceGuide v7 it is vgServices.dll vgServices.dll is installed in v7 main install directory. Share this post Link to post
mojtaba_bahrami Report post Posted 10/24/2007 11:22 AM 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
SupportTeam Report post Posted 10/24/2007 11:47 AM 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
mojtaba_bahrami Report post Posted 10/24/2007 12:28 PM it means that vgMulti.exe should be run to access to objects such as voicegudie.commandlink ? Share this post Link to post
SupportTeam Report post Posted 10/24/2007 08:51 PM 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