I'm unable to compile my project, i have visual c++ express 2010 on my computer and i want use your compiler.
After scan and select the compiler what others manual settings i need to do for compile properly my file?
The advantage of the first approach is that CodeLite is built to work with GNU/CLANG and less with MS Studio compilers
e.g. if you choose to use VC++, you won't be able to debug your code via CodeLite
Visual uses some environments to set its search path (thanks to something like "%VS120COMNTOOLS%vsvars32.bat")
You have to call it before launching Codelite,
or add correct environment inside Codelite (Ctrl+Shift+V).