home Forums # Technical Support Linking Fuzzylite library with C code Reply To: Linking Fuzzylite library with C code

#1383

Hi,

The problem you are having is upon linking the library. I cannot remember what it was that I used to do to fix this type of error, but I remember a quick (and dirty) workaround was to have the library in the same folder where you are compiling. I also have the idea that it always worked when using the static library instead.

Perhaps someone else could give you a more concrete and better answer.