Hey everyone,
I just "upgraded" a project i’m working on from fmod to fmod ex.
i converted all the code over and when i compile it, i get a bunch of undefined reference error messages like:
enemies.o(.text+0x18da):enemies.cpp: undefined reference to `_ZN4FMOD6System11ceateSoundEPKcjP22FMOD_CREATESOUNDEXINFOPPNS_5SoundE@20′
there is no mention of the old fmod headers and i’m linking to the new lib so i’m not sure what the problem is. Anyone have any ideas?
- Atrix256 asked 12 years ago
- You must login to post comments
You need to read the thread stuck at the top of this forums that says MinGW linker issues (READ).
- Brett Paterson answered 12 years ago
- You must login to post comments
Your Answer
Please login first to submit.