hi all.
I work to time an a code. i have DL the FMOD code. when i noe complie this to client.dll he gives error.
——————–Configuration: cl_dll – Win32 Debug——————–
Linking…
Creating library .\Debug/client.lib and object .\Debug/client.exp
mp3player.obj : error LNK2001: unresolved external symbol _FSOUND_Stream_SetPaused@8
.\Debug\client.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
client.dll – 2 error(s), 0 warning(s)
what must i do to fix this????
- MSF asked 15 years ago
- You must login to post comments
You ll have to add “fmodvc.lib” to your linker. Note that librairie is not static so you ll need the FMOD Dll.
- KarLKoX answered 15 years ago
- You must login to post comments
Your Answer
Please login first to submit.