I linker errors. To install bass all I did was include the h file, put the dll in with the executable and put the lib in with my sdl libs. Nothing else.
Just, also add -lBASS in the Linker section.
Not sure if it works with Dev-C++ anyways.
Besides, Dev-C++ is quite old and you should upgrade to something else.
Got audio to be played by playsound through windows.h with -lmingw32 -llibwinmm in my linker. Thanks for everyone's help. :) Guessed what to type into the linker.
I've almost read "LB".
Anyways it's not a big surprise it's compatible with other VC++ compilers: <just a supposition>Basically cl.exe and ld.exe almost never change, mostly it's just a IDE change. </just a supposition>
I didn't expect MinGW was able to read VC++ libraries instead.
@naraku: Again, I'm not surprised it did work with the VC toolkit, as basically their C++11 support is sucky, just few changes happened (And this probably didn't apply to SDL as it's a C library).