Hi Vijay, As Douglas mentioned, you can build your shared library using a number of ways and tools, however none of them AFAIK will support C++ shared libraries. The problem is due to a limitation of the shared library implementation which prevents access to globals (and by extension virtual tables, and number of other C++ features). So unfortunately, you would have to use C to write your shared library. Sorry.
-- jkl ----- Original Message ----- From: "Vijay Raghavan" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2001 11:44 PM Subject: Shared library in C++ Hi List I am developing a shared library ... but can't make the C++ complier work.. Can a shared library be developed only in C? Any suggestions to make it in C++ Thanks Vijay -- 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/
