>Subject: Shared Libraries & C++
>From: Randy Eaton <[EMAIL PROTECTED]>
>Date: Sat, 09 Jun 2001 19:21:27 -0500

> I have developed an extensive amount of C++ code that
> I would like to move to a shared library rather than be linked
>into each application.  Does anyone know how I would go about this?
>All of the examples I've seen are straight C code but there must be
>some way to do it.

>From my own investigation, I'd recommend you use straight C
within the shared library, but provide a C++ wrapper for your
main program(s).  This gives you the benefits of C++ within your
main program(s), while living within the restrictions of shared
libraries.

Roger Stringer
Marietta Systems, Inc.



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

Reply via email to