At 11:55 AM -0500 2000/01/11, [EMAIL PROTECTED] wrote:
>I am trying to create a shared library that contains C++ classes,
>...
>How can I get rid of this problem? Can I get rid of this problem? or am I
>restricted to use C only for Shared libraries...
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.
Regards,
Jim Schram
3Com/Palm Computing
Partner Engineering