ll wrote:
I'm starting developing with PODS (Version 1.2.0.23 ), and I want to write a
large ARMlet in C++.
Class declarations are OK, but I can't seem to declare virtual functions. If I
do, on building for DebugDevice, I get the error:
undefined symbol: ...[v-table of class __cxxabiv1::__class_type_info]
I guess I need to add type info to the project, but -rtti doesn't help and
including lib_stlport... or lib_gcc... just give me more undefs.
I suspect I'm missing something basic ?
TIA,
R
Virtual functions need a vtable, which is static resp. global. If your
code is started without globals, you can't have virtual functions. Sorry.
Juergen
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/