Hello,
After long fighting and reading I get codeblocks worx in windows with wxSmith.
But I missed something to make exe files.
During compiling and linking I get many warnings like this:
-------------- Build: Release in aab ---------------
Compiling: aabMain.cpp
Compiling: aabApp.cpp
Linking executable: bin\Release\aab.exe
C:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib/libwxmsw28_core.a(corelib_menucmn.o):menucmn.cpp:(.text+0xbc0): undefined reference to `_Unwind_Resume'
C:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib/libwxmsw28_core.a(corelib_menucmn.o):menucmn.cpp:(.text+0xc59): undefined reference to `_Unwind_Resume'
C:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib/libwxmsw28_core.a(corelib_menucmn.o):menucmn.cpp:(.text+0xcf5): undefined reference to `_Unwind_Resume'
C:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib/libwxmsw28_core.a(corelib_menucmn.o):menucmn.cpp:(.text+0xda6): undefined reference to `_Unwind_Resume'
C:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib/libwxmsw28_core.a(corelib_menucmn.o):menucmn.cpp:(.text+0xdce): undefined reference to `_Unwind_Resume'
C:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib/libwxmsw28_core.a(corelib_menucmn.o):menucmn.cpp:(.text+0xe7a): more undefined references to `_Unwind_Resume' follow
Of course, this is only a part but others are similar...
Please help on how to fix this or what to do to compile properly.
Thanx!