]> git.saurik.com Git - wxWidgets.git/commitdiff
clarify wxHandleFatalExceptions() availability (bug 1830196)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 12:09:02 +0000 (12:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 12:09:02 +0000 (12:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index b3230a5d8e4d09273994ae0de12710e4f77f8338..f2b0c5ea81cd59930c7f136bc1f7b33a94ea2f87 100644 (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}