In file included from C:/Dev-Cpp/include/wx/wxprec.h:13, from main.cpp:21: C:/Dev-Cpp/include/wx/defs.h:174: redeclaration of C++ built-in type `bool'
In file included from C:/Dev-Cpp/include/wx/memory.h:20, from C:/Dev-Cpp/include/wx/object.h:25, from C:/Dev-Cpp/include/wx/wx.h:16, from main.cpp:30: C:/Dev-Cpp/include/wx/string.h:164:4: #error "Please define string case-insensitive compare for your OS/compiler"
make.exe: *** [main.o] Error 1
Execution terminated
I have already checked to see if the wxWindows template is correct and it is, it says: Cppcompiler...
and I have made sure that the parameters in the project file are correct.
I am at a loss
I am running Dev-C++ 4.9.8.1 on an old pentium166 with Windows XP.