Search found 3 matches

by Baskit
Fri Oct 11, 2013 7:50 am
Forum: C++ Development
Topic: OnExceptionInMainLoop not called in wx2.8.11/gcc4.4.0
Replies: 3
Views: 1571

Re: OnExceptionInMainLoop not called in wx2.8.11/gcc4.4.0

Solved. Thanks to VZ who answered on stackoverflow =D> maybe this old news to most of you, but as it turns out one has to use sjlj exception handling for exceptions to pass through the windows-api correctly mingw uses dwarf/dwarf2 as default for quite some time now. as a result any wxWidgets build m...
by Baskit
Thu Oct 10, 2013 3:34 pm
Forum: C++ Development
Topic: OnExceptionInMainLoop not called in wx2.8.11/gcc4.4.0
Replies: 3
Views: 1571

Re: OnExceptionInMainLoop not called in wx2.8.11/gcc4.4.0

Update:
I recently tried again using wx2.8.12 and a recent mingw/msys installation (gcc 4.8.1)
Sadly the issue still persists.

Furthermore the "except" sample provided with wx2.8.12 shows the same behavior
by Baskit
Tue Mar 22, 2011 7:37 am
Forum: C++ Development
Topic: OnExceptionInMainLoop not called in wx2.8.11/gcc4.4.0
Replies: 3
Views: 1571

OnExceptionInMainLoop not called in wx2.8.11/gcc4.4.0

Hello! i am building video-applications for WindowsXP using mingw/msys I have been using mingw gcc 3.4.5 with wxWidgets 2.8.7 (Prebuilt wxPack version) Recently i switched my build environmet to mingw gcc 4.4.0 and wxWidgets 2.8.11 (self-built) When using wx2.8.11/gcc4.4.0 OnExceptionInMainLoop is n...