open source tools

code::blocks + WxWidgets setup

Code::Blocks is a free/open source, cross platform IDE. It comes with a RAD tool called WxSmith which allows you to build GUI easily with wxWidgets.
On windows:
download binary release codeblocks-8.02mingw-setup.exe
This file includes the GCC compiler and GDB debugger from MinGW.

settings->Compiler and debugger... ->Toolchain executables,
change the default "c:\MinGW" to "C:\Program Files\CodeBlocks\MinGW" or wherever your compiler is installed.

Syndicate content

Back to top