Re: Problem adding FMod Lib
In Windows, DLL and link library files are named with extensions ".DLL" and ".LIB", respectively. It looks like you are trying to link to a linux shared library (".a"). Get the library name correct and it will probably work.
Re: Problem adding FMod Lib
Thank you for the answer but I tried the 3 types of files (.DLL, .LIB & .A) but nothing is working... Still get the same error
Little precision => my compiler is MinGW-32 bits, my computer is 64 bits...
If it can help you.
Re: Problem adding FMod Lib
Quote:
Little precision => my compiler is MinGW-32 bits, my computer is 64 bits...
Then my guess is that you have a 64-bit version of FMod installed. The fact that it appears to be installed to "Program Files (x86)" is a hint. This is usually where 64-bit apps are installed, just the opposite of what you would think. You're going to probably have to find a 32-bit version of FMod and install that, or build the 32-bit libraries if you have source code.