BassMOD and Dev-C++

Started by hukka,

hukka

Doing a game with Dev-C++ using SDL and I want to play modules in the background with BassMOD. But when I try to build, the linker says stuff like:
[Linker error] undefined reference to `BASSMOD_Init@12'
[Linker error] undefined reference to `BASSMOD_MusicLoad@20'
etc.

It's probably something really simple, but I dunno how to fix it. I have bassmod.h in the include directory and bassmod.dll in the executable directory.

hukka

Got it now, had to include bassmod.lib in project options. Works fine :o)