Hello ! i have problem.
I installed codeblocks-13.12mingw-setup.exe from http://www.codeblocks.org/downloads/binaries
Next time I set environment variables (systemo) > path and add "C:\Program Files (x86)\CodeBlocks\MinGW\bin"
I download wxwidgets from www.wxwidgets.org wxWidgets 3.0.2 (.zip) and unpacked C:\wxWidgets-3.0.2
Next time I ran cmd and i was writing
cd C:\wxWidgets-3.0.2\build\msw
nextime
mingw32-make.exe -f makefile.gcc clean
next time
mingw32-make.exe -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICOD
E=0
next time
mingw32-make.exe -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0
After this, I wanted create new project
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7845)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7846)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7847)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7848)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7849)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7850)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7852)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7853)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7857)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7859)
(http://forum.4programmers.net/C_i_C++/243444-code_block_+_wxwidgets?mode=download&id=7860)
HELP ME PLEASE. WHAT I CAN DO?!