1. fixed crash in wxDateTime::ParseDate
2. some DLL compilation fixes 3. wxHandleFatalExceptions() implemented for MSW and documented 4. some attempts to make setup0.h a bit nicer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1552,7 +1552,13 @@ Under Windows, this returns ``unknown''.
|
||||
|
||||
\func{bool}{wxHandleFatalExceptions}{\param{bool}{ doIt = TRUE}}
|
||||
|
||||
Call this from e.g. \helpref{wxApp::OnFatalException}{wxapponfatalexception}.
|
||||
If {\it doIt} is TRUE, the fatal exceptions (also known as general protection
|
||||
faults under Windows or segmentation violations in the Unix world) will be
|
||||
caught and passed to \helpref{wxApp::OnFatalException}{wxapponfatalexception}.
|
||||
By default, i.e. before this function is called, they will be handled in the
|
||||
normal way which usually just means that the application will be terminated.
|
||||
Calling wxHandleFatalExceptions() with {\it doIt} equal to FALSE will restore
|
||||
this default behaviour.
|
||||
|
||||
\membersection{::wxKill}\label{wxkill}
|
||||
|
||||
|
Reference in New Issue
Block a user