Home
Products
Community
Manuals
Contact
Login or Signup

FMOD_ErrorString problem

BlitzMax Modules Forums/Brucey's Modules/FMOD_ErrorString problem

EdzUp[GD](Posted 1+ years ago) #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?


EdzUp[GD](Posted 1+ years ago) #2
Its in fmod_errors.h but Blitz just cant see it :s


EdzUp[GD](Posted 1+ years ago) #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?


EdzUp[GD](Posted 1+ years ago) #4
My fault forgot to reregister the dylib with otools :s