I work with wxWidgets CVS and Code::Blocks nightly on WinXP with MinGW.
I am trying to build the wxWidgets samples with C::B. I imported the samples.dsw and made some settings in the "build options". Now I tried to build the "widgets" sample.
There is this error, at the beginning of compiling.
[err]
:: can't open icon file `sample.ico': No such file or directory
[/err]
It is defined in sample.rc of course. I do not know why it did not find it, because sample.rc and sample.ico are in the same directories!
My build settings (for debug unicode)
Search directories - Compiler
$(#wx)\include
$(#wx)\contrib\include
$(#wx)\lib\gcc_dll\mswud
Search directories - Linker
$(#wx)\lib\gcc_dll
Search directories - Resource Compiler
.
$(#wx)\include
Libs
libwxmsw29ud.a
comctl32
gdi32
ole32
oleaut32
uuid
I do not see, why the resource compiler did not found the ico-file in the directory. Of course it is there, because I checked it.