Hi to ALL.
I'm a new one in WX+MinGW+Code::Blocks programming.
I have installed:
1) C:\MinGW v.3.1.0-1
2) c:\wxWidgets-2.6.2
comiled with:
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0 clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0
I have wxmsw26_gcc_custom.dll in the C:\wxWidgets-2.6.2\lib\gcc_dll\
3) I have installed Code::Blocks (codeblocks-1.0rc2) without compiller.
Code::Blocks is set to use MinGW compiller.
I create new wxWidgets Application project. (Project options: using wxWidgets DLL)
When I click build I receive:
-------------- Build: default in myproject1 ---------------
Precompiling header: wx_pch.h
mingw32-g++.exe: compilation of header file requested
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
And doesn't happen anything.
What is my problem?
Thanks in advince.