Hello, All ( and exclusively stahta01).
I am running Code::Blocks ver. 12.11 Build: Nov 25 2012, 09:32:38 - wx2.8.12 (Windows, unicode - 32bit)
on WindowsXP Pro 2002 SP3. The compiler I use is MinGW ver. 4.7.1
(
http://garr.dl.sourceforge.net/project/codeblocks.berlios/codeblocks-12.11mingw-setup_user.exe)
When I build new project ( File -> New -> Project -> Win32 GUI project -> Dialog based -> ... -> Build)
I see next
"-------------- Build: Debug in Dialog (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -Wall -g -c D:\pjx\CB\Dialog\main.cpp -o obj\Debug\main.o
windres.exe -J rc -O coff -i D:\pjx\CB\Dialog\resource.rc -o obj\Debug\resource.res
windres.exe: can't popen `gcc -E -xc -DRC_INVOKED D:\pjx\CB\Dialog\resource.rc': No such file or directory
Process terminated with status 1 (0 minutes, 6 seconds)
1 errors, 0 warnings (0 minutes, 6 seconds)
"
No additions, no deletions in any project files.
Frame based Win32 GUI projects built successfully.
With best wishes...