any fmod example

BlitzMax Forums/Brucey's Modules/any fmod example

VicToMeyeZR(Posted 2010) [#1]
try to compile any fmod example brings error.

Brand new SVN download, and module compile which is successful. Just trying to run an example:


C:/BlitzMax/mod/bah.mod/fmod.mod/fmod.release.win32.x86.a(fmod.bmx.release.win32.x86.o): undefined reference to `FMOD_System_RecordStop@4'
Build Error: Failed to link C:/BlitzMax/mod/bah.mod/fmod.mod/examples/effects.exe




DavidDC(Posted 2010) [#2]
I'm getting this too? Win 7 64 latest svn download, 1.38 Max


jkrankie(Posted 2010) [#3]
have you got the dll in the same folder as your code (assuming fmod has a dll...)

Cheers
Charlie


DavidDC(Posted 2010) [#4]
Yes I tried that thanks. fmodex.dll. I even put libfmodex.a in the same folder but it didn't make any difference.


Brucey(Posted 2010) [#5]
RecordStop recently added a new (device id) parameter, which was missing from the module.

I've updated SVN.


DavidDC(Posted 2010) [#6]
Yep, that fixed it. Thanks Brucey!