[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


Controlling Exception Handling

Turn on the Enable C++ Exceptions option in the C/C++ Language Panel if you use the ANSI/ISO-standard try and catch statements. Otherwise, turn off this option to generate smaller and faster code.


TIP

If you use PowerPlant for Mac OS programming, make sure this option is turned on. PowerPlant uses C++ exceptions.

For more information on CodeWarrior implements ANSI/ISO C++ exception handling mechanism, see "Working With C++ Exceptions."

This option corresponds to the pragma exceptions. To check whether this option is on, use __option (exceptions). By default, this option is off.

See also "exceptions" and "Checking Options."


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000