Thanks Ben, I got the problem with C++ shared lib. I will try to convert my C++ app in C and then build library out of it.
Right now, I am testing how I can use shared library with a simple library with just one customized function in it. I generated a sample application (KLib) with CW9 shared library wizard. I included the KLib.h file in my implementation project and even added the entire KLib.mcp project as a library to it. Now, I am using SysLibFind(refNo) function to get the ref num of the library. But it returns some error to me but refNo is not 0 though. Can you please tell me the proper way of including shared library to my project? Please reply, Keyur -----Original Message----- From: Ben Combee [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 1:24 PM To: Palm Developer Forum Subject: Re: Shared Library Issue (for Ben & Tom)! I've just posted an article about the difficulties of using C++ with shared libraries at http://palmos.combee.net/ -- check that out. -- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
