, , ,

Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

DLL not found (OpenInsight 32-Bit)

At 13 AUG 2003 05:24:04AM Bertil Strom wrote:

In order to use Philips SpeechMike soundrecord system I use some SNAPI32 DLLs. It works allright on Windows XP but on some W98 clients I recieve a message "SNAPI32_login does not exist in dynamic link library snapi32" any idea?


At 13 AUG 2003 05:45AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:

Bertil,

I would guess that there is a version difference or that the required DLL's have not been installed. Welcome to DLL Hell :)

To check if the DLL is there you could use OI's isLib function.

eg..

 declare function isLib
 retVal=isLib( "SOMEDLL.DLL" )
 if retVal then
  • DLL exists end else * Can't find DLL
 end

If the DLL is there then chances are you've got a version problem, and you'll need to install the latest version etc. (To actually check if the function you want is exported from the DLL take a look at the Windows API GetProcAddress() function )

The Sprezzatura Group

World leaders in all things RevSoft


At 13 AUG 2003 10:34AM Bertil Strom wrote:

Thanks a lot I'll check it out. One moore thing, any expirience of connectiong microphones to a computer and creating soundfiles?

/Bertil


At 14 AUG 2003 08:24AM Bertil Strom wrote:

Thanks again you solved my problem

Regards

Bertil


At 19 AUG 2003 05:50PM Steve Smith wrote:

Recording sound files…

Creative labs sound cards come with recording software bundled.

Otherwise, for multitrack recording look into a product called n-tracks from http://www.fasoft.com

You'll also find plenty of how-tos at http://www.fenderforum.com in the Home Recording Forum.

For IVR software I'd recommend Dialogic modems and Visual Voice software.

For CD quality recording look at the Echo Mia soundcard

http://www.echoaudio.com

What sound card do you have? What microphone? What ultimate application do these sound files have?

Steve

View this thread on the Works forum...