News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks and wxWidgets

Started by f4Gg0t_43, August 24, 2009, 03:20:11 AM

Previous topic - Next topic

stahta01

#15
Found cause of the error.

wxPack_v2.8.8.04 is an DW2 (Dwarf2) build.

You can not mix SJLJ and Dwarf2 code without extra work; I do not know how to do it. But, others do it with C only programs.

From
http://wxpack.sourceforge.net/Main/ReleaseNotes

Quote
01/25/2009 Version 2.8.9.01 - Beta
   * ^ wxWidgets v2.8.9
   * ^ wxFormBuilder v3.0.58-beta
   * ^ wxAdditions v2.8.9.01 (Built against wxWidget v2.8.9)
   * ^ wxVC v2.8.9.01. (Built against wxWidget v2.8.9)
   * + Added Gcc4.3.2-sjlj compiled libraries.
   * - Removed Gcc 4.2.1-dw2 compiled libraries

Edit: I suggest trying wxPack v2.8.9.02  or building wxWidgets yourself.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

f4Gg0t_43

Okay thank you very much guys! Installing wxPack 2.8.9.02 right now. Will let you know if it works, if it doesn't I will try to build it myself. Thanks again.

f4Gg0t_43

It works!! Thank you guys so much!! I will look into SJLJ and DW2 differences later.