clarify wxHandleFatalExceptions() availability (bug 1830196)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-12 12:09:02 +00:00
parent ce7b001ca6
commit 3dce0e4dc3

View File

@@ -493,6 +493,11 @@ 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.
Notice that this function is only available if
\texttt{wxUSE\_ON\_FATAL\_EXCEPTION} is $1$ and under Windows platform this
requires a compiler with support for SEH (structured exception handling) which
currently means only Microsoft Visual C++ or a recent Borland C++ version.
\membersection{::wxInitAllImageHandlers}\label{wxinitallimagehandlers}