From: Vadim Zeitlin Date: Mon, 12 Nov 2007 12:09:02 +0000 (+0000) Subject: clarify wxHandleFatalExceptions() availability (bug 1830196) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3dce0e4dc3aa68951dd86d5eaaf7ccd2cf6c3109?hp=ce7b001ca6e63ebc9e455900410c7ab628e3c98e clarify wxHandleFatalExceptions() availability (bug 1830196) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index b3230a5d8e..f2b0c5ea81 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -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}