Windows 8 64-bit
Codelite 5.3
wxWidgets 2.9.5
MinGW-4.7.1
1. Create a new codelite project (Executable (WxWidgets + wxFBFrame))
2. In "main.cpp", add the following code after
Code: Select all
#include "main.h"
Code: Select all
#ifdef __WXDEBUG__
#error This program must be compiled in debug mode.
#endif
4. I'm not sure if it's relevant ... wxDEBUG_LEVEL is set to 1
Please can someone explain this?
Thanks, Colin