Thanks Tom, I found the sample code for the implementation of Shared library! But as I mentioned in my last post, mine is a C++ application and once Ben mentioned "The answer is a no, you can't really do C++ shared libraries, although you can use some aspects of C++ in a shared library without problems."
No my question to you guys is, what does Ben mean by "although you can use some aspects of C++ in a shared library without problems." I basically want to incorporate C++ Classes into my shared library. Is it possible? Please reply, Thanks, Keyur. -----Original Message----- From: Tom Frauenhofer [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 8:09 PM To: Palm Developer Forum Subject: re: Creating DLL! Yes - look for information on building a shared library in the knowledge base or the Palm OS documentation. There are also sample projects included in either the Palm OS SDK or around the net that can help you get started. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
