Problem with windows 98

Started by sonik,

sonik

It appears that my delphi application crashes on windows 98 while initializing the bass engine with errorcode 3.  We have purchased the commercial edition from this website, and are in desperate need of a fix.  Please notify me asap.

Thank you,

Jordan

Olego

Well, error code 3 is defined as this:

BASS_ERROR_DRIVER = 3; // can't find a free sound driver

What's your OS and SoundCard?  Make sure you have all latest drivers installed for it, and that nothing else is using the sound driver.  (I remember my sound card could only play 1 thing at a time on Win98, so that may also be the reason.)

~Olego~