User forums > Nightly builds
The 18 June 2006 build is out.
thomas:
Well, test again after Lieven has released another build.
As it is now, it must work, no matter what the original problem was. If the exception code is anything except the two described above, the handler immediately returns.
killerbot:
@Thomas :
I am fixing a whole lot of includes in headers and cpp's.
Crashhandler.h is one of them. It does not include anything, but it needs "PVECTORED_EXCEPTION_HANDLER".
I have no idea where it comes from, it did a search in wx but no luck. Though in the past it probably worked because it got included in a cpp file that before that include already included either wx.h or another header.
Can you tell me which one contains the definition of "PVECTORED_EXCEPTION_HANDLER" ?
thomas:
It is defined in winbase.h. I intentionally left out that particular include, as main.cpp includes wx/wx.h anyway, and that includes windows.h, too. Windows is in the precompiled header, too.
Linux is no concern, as the crash handler does nothing under Linux anyway, and it would need unistd.h rather than windows.h if someone were to implement a sigaction based version.
Navigation
[0] Message Index
[*] Previous page
Go to full version