[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Runtime Type Identification

If code size is an issue, do not use RTTI. RTTI generates a data table for every class, so turning this off will make the data section smaller.
The proposal for Embedded C++ does not allow runtime type identification. Turn RTTI off as a C++ language option in the target settings. The option is in the C/C++ Language settings panel.
See also "Controlling RTTI."
[ 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