Hi Ian
First of all thanks again for BASS. Works fine in 99.999% of the cases for our game (
http://gewaltig.net). Sadly, every now and then initialization fails, but less than one in 10'000 starts. The error code returned is always BASS_ERROR_UNKNOWN - this is probably caused because I pass no window handle (see
http://www.un4seen.com/forum/?topic=2693.0 for example). I do this because I'm using Java and it's quite difficult to get the handle of the window.
Can't you create a hidden window automatically when no window handle is passed to BASS_Init? That would help tremendously.
Cheers,
Simon