The bottom three are C++ support functions needed for handling global objects and exceptions. These are NOT provided by the C++ runtime in the PNO tools, although you might be able to get them if you find a copy of the old Tapwave SDK. The other three are support functions for RTTI, and AFAIK, they were never in any of the CW tools for Palm OS.
Basically, you're trying to do C++ stuff that CW just doesn't support in PNOs. Don't do that. On 4/14/06, Drew Haninger <[EMAIL PROTECTED]> wrote: > Roger, I cannot figure out these link errors with an ARM build with > Codewarrior > > Link Error : Undefined : "virtual table for abi::__class_type_info" > Link Error : Undefined : "virtual table for abi::__si_class_type_info" > Link Error : Undefined : "virtual table for abi::__vmi_class_type_info" > Link Error : Undefined : "__cxa_vec_ctor" > Link Error : Undefined : "__register_global_object" > Link Error : Undefined : "__unexpected" -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
