Subject: Re: New:Derived class problems in the shared  library????
From: "Dave Lippincott" <[EMAIL PROTECTED]>
Date: Fri, 5 Sep 2003 09:02:41 -0400

Turn on the C++ compiler in the project settings (Language Settings->C/C++
Language-> check 'Activate C++ Compiler)  and make sure you file has the cpp
extension (don't know if that is still a requirement but it wouldn't hurt)

----- Original Message -----
From: "SaradhiDV" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Friday, September 05, 2003 8:00 AM
>
> I am new to Palm OS dev and to this group.
>
> While I am trying to compile this code on Code warrior in shared lib, I am
> getting errors.

Are you really sure you need to use a shared library?


People coming from Windows environments will sometimes select "shared libraries" to implement functionality they would have implemented in DLL's, without considering whether this level of code isolation is required on Palm OS.

In addition, because of your unfamiliarity with Palm OS, perhaps you should first implement the code, and then later split out major functionality into a shared library, leaving just C++ stubs.

Roger Stringer
Marietta Systems, Inc.  (www.mariettasystems.com)


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to