home › Forums › # Technical Support › Linking Fuzzylite library with C code › Reply To: Linking Fuzzylite library with C code
August 20, 2014 at 08:14
#1383
Keymaster
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.