core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas_x86/p_exceptions_synchronous.htm
changeset 0 fb279309251b
child 1641 2b3996fc09a1
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><html>
       
     2 <head>
       
     3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     4 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     5 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     6 <title>exceptions_synchronous</title>
       
     7 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
       
     8 </head>
       
     9 <body bgcolor="#FFFFFF">
       
    10 <h3>exceptions_synchronous</h3>
       
    11 <p>  Set exception handling to use Microsoft-compatible exceptions. The default is off.</p>
       
    12 <h5>Syntax</h5>
       
    13   <p class="code">#pragma exceptions_synchronous on | off | reset</p>
       
    14   <h5>Parameters</h5>
       
    15   <p class="code">on</p>
       
    16   <blockquote>
       
    17     <p>Ignore C++ <span class="code">catch(...)</span> blocks for Win32 exceptions when using Structured Exception Handling (SEH). For Microsoft-compatible mode only. Equivilent to <span class="code">#pragma exc sync</span>.</p>
       
    18   </blockquote>
       
    19   <p class="code">off</p>
       
    20   <blockquote>
       
    21     <p>Let C++<span class="code"> catch(...)</span> blocks trap Win32 exceptions when using SEH. For Microsoft-compatible mode only. Equivilent to <span class="code">#pragma exc async</span>. This is the default.</p>
       
    22   </blockquote>
       
    23   <h5>Targets</h5>
       
    24   <p>Intel x86</p>
       
    25   <p class="note"><strong>NOTE</strong> To translate Win32 exceptions into C++ exceptions, use the routine <span class="code">set_se_translator()</span> found in the header <span class="code">&lt;eh.h&gt;</span>.</p>
       
    26   <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
       
    27 
       
    28 
       
    29 </body>
       
    30 </html>