home › Forums › # Technical Support › Cannot get Fuzzylite working with Visual Studio on Win 64 › Reply To: Cannot get Fuzzylite working with Visual Studio on Win 64
April 8, 2015 at 15:05
#1742
Keymaster
Hi,
it seems that you cannot compile for C++11. Please, make sure you are not defining -DFL_CPP11
upon compilation.
You might want to try first to compile fuzzylite from console as indicated in the webpage (see www.fuzzylite.com/cpp
) and even try building it for C++11 to check whether it can work on your PC.
Cheers.