> From: nabil [mailto:[EMAIL PROTECTED]]
> You cannot use C++ in Palm OS shared libraries for the same
> reasons you can't use globals and statics -- there's no automatic
> A5 globals, and no resource db switching and loading mechanism.
> You are therefore limited to pure C and 68k Assembly.
False. You just need to avoid those C++ features which are impacted by
those particular limitations. Using a C++ compiler still has worthwhile
benefits over C, such as stricter type checking, constructors / destructors,
cleaner memory allocation and deallocation, etc. You just need to have a
solid understanding of the details of C++ implementation so you'll know what
not to do.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/