home Forums # Technical Support Fuzzylite + CPP (Windows) + Hopefully Visual Studio Reply To: Fuzzylite + CPP (Windows) + Hopefully Visual Studio

#1501

Hi Azzabi,

can you please make sure that you are compiling fuzzylite without C++11 support? That is, you need not to have defined FL_CPP11. Based on the number of line in fuzzylite.h upon which the error occurs, it seems you have activated C++11 and your compiler does not support it. Let me know if it helps.

Cheers.