FMOD_ErrorString problem

BlitzMax Forums/Brucey's Modules/FMOD_ErrorString problem

*(Posted 2010) [#1]
when compiling PRP i get:
Building prp030_01_f
Compiling:prp_incdata.bmx
Compiling:prp_translations.bmx
Compiling:prp030_01_f.bmx
Compile Error: Identifier 'FMOD_ErrorString' not found
[/Users/edzup/Desktop/PRP/Source/prp030_01_f.bmx;2326;5]
Build Error: failed to compile /Users/edzup/Desktop/PRP/Source/prp030_01_f.bmx
Process complete


anyone have any ideas?


*(Posted 2010) [#2]
Its in fmod_errors.h but Blitz just cant see it :s


*(Posted 2010) [#3]
Grisu and me located the error however now I get:
Building prp030_01_f
Compiling:prp_incdata.bmx
Compiling:prp_translations.bmx
Compiling:prp030_01_f.bmx
Linking:prp030_01_f.debug
Executing:prp030_01_f.debug
dyld: Library not loaded: ./libfmodex.dylib
  Referenced from: /Users/edzup/Desktop/PRP/prp030_01_f.debug.app/Contents/MacOS/prp030_01_f.debug
  Reason: image not found

Process complete

the dylib is in the app Contents/MacOS directory, its in the Bah.FMOD lib directory and the ap directory but still no joy. Its the dylib that came with the FMOD install (4.30.06) that I got from the fmod website.

Im using FMOD 4.30.06 if that helps.

Any ideas?


*(Posted 2010) [#4]
My fault forgot to reregister the dylib with otools :s