Hi,
i just started to use BASS for my project.
I use C++ with Visual Studio.NET
So I added the bass.lib, bass.dll and bass.h into the project directory , and after I included bass.h into the source-files and added bass.lib to the linkerdirective no errors are detected.
But now, when BASS_Init will be called, it core dumps, no matter which parameters are given to BASS_init. I tried -1 for default and -2 for the sound device and for the hWnd I tried the actual windowhandle and 0. But i crashes every time.
Anyone how can help me?
Should I add BASS dynamically with GetProcAdress and so?