Ok,
So does anybody have a working sample?
I really can't get this stuff build.
----- Original Message -----
From: Scott Johnson (Bellevue) <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 4:52 PM
Subject: RE: c++ shared library
> > 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/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/