From 3dce0e4dc3aa68951dd86d5eaaf7ccd2cf6c3109 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Nov 2007 12:09:02 +0000 Subject: [PATCH] clarify wxHandleFatalExceptions() availability (bug 1830196) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 5 +++++ 1 file changed, 5 insertions(+) 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} -- 2.45.2