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


Operator New

The C++ new operator might throw an exception or not depending on how the runtime library implements the new operator. To have it throw exceptions set __throws_bad_alloc to 1, to have it not set __throws_bad_alloc to 0 in the prefix file for your target and rebuild your library.

Please read your release notes or Targeting manual for more information.


[ 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