Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.

Home > Programming > Tools > Visual C++ > Compiler > Options

CL /EHa

Syntax

positive:

/EHa

negative:

/EHa-

Relations

The positive and negative forms override each other, of course. Additionally, /EHa in its positive form

and /EHa- overrides /D_CPPUNWIND.

The positive form passes to the front-end and back-end compilers for C++ only (C1XX and C2). The negative form is not passed.

This page was created on 27th October 2005. The last significant modification was on 7th April 2006.

Copyright © 2005-2006. Geoff Chappell. All rights reserved.

Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.

Home > Programming > Tools > Visual C++ > Compiler > Options

[Home][Programming Samples][Application Notes][Security Notes][Editorial][Consultation][Contacts]