Hello.
I try to build fuzzylite in C in MSVC.
I added to enviroment path path to folder fl, where headers files are. I also added path to .dll file but only this file was in fuzzylite folder from the beggining, because I can’t build it with CMake but I think it’s enough.
In linker options I also added -lfuzzylite.
I created project in MSVC 2010, added include “path/headers.h” and put the code from FuzzyLite inside. I have some errors, all almost the same, like this one:
Error 3 error LNK2019: unresolved external symbol "public: __thiscall fl::Engine::Engine(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Engine@fl@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _wmain c:\Users\Mariusz\documents\visual studio 2010\Projects\visual fuzzy\visual fuzzy\visual fuzzy.obj
Thanks for any ideas which can help me.