Hi,
my system: Windows XP. Codeblocks 10.05. wxPack v.2.8.12.
wxWidgets location: "D:\SourceCode\Libraries\wxWidgets2.8\additions\include\wx"
When creating new projects i do the following:
1) "Please select the wxWidgets version you want..."
Selection: wxWidgets 2.8.x
2) Application type: Frame Based
Preferred GUI Builder: wxSmith
3) Please select the location of wxWidgets...
Path: "D:\SourceCode\Libraries\wxWidgets2.8"
4) Compiler GNU GCC Compiler
where Create "Debug" ... and create "Release"... settings proposed by Codeblocks
5) I use:
wxWidgets is built as a monolithic library
Enable unicode
Project is created!
Then compiling the projects gives the following:
Compiling: wxMessApp.cpp
Compiling: wxMessMain.cpp
D:\My wxWidgets_Projects\wxMess\wxMessMain.cpp:93: warning: unused parameter 'event'
D:\My xWidgets_Projects\wxMess\wxMessMain.cpp:98: warning: unused parameter 'event'
Compiling: resource.rc
Linking executable: bin\Debug\wxMess.exe
D:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib\libwxmsw28ud.a(monolib_appbase.o)||In function `wxAppConsole'
C:\BuildAgent\work\wxPack\wxwidgets\build\msw\..\..\src\common\appbase.cpp|138|undefined reference to `_Unwind_Resume'
D:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib\libwxmsw28ud.a(monolib_appbase.o)||In function `~wxAppConsole':
C:\BuildAgent\work\wxPack\wxwidgets\build\msw\..\..\src\common\appbase.cpp|143|undefined reference to `_Unwind_Resume'
...
D:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib\libwxmsw28ud.a(monolib_app.o):app.cpp:(.eh_frame+0x12)||undefined reference to `__gxx_personality_v0'
...
C:\BuildAgent\work\wxPack\wxwidgets\build\msw\..\..\include\wx\scopeguard.h|203|undefined reference to `_Unwind_Resume'
...
=== Build finished: 50 errors, 2 warnings ===
So what's the Problem?
Greetz
Franky