Hi, Thanks for quick response. Reference was very informative. I am creating shared library using PODS. I selected new Managed 68K project and out put option as shared library then build the project. PODS creates "commoncode.prc" . I am linking this library to my next project. But it gives error.
Should I use Glib for shared libraries. Thanks, Pradeep >>> [EMAIL PROTECTED] 9/23/2004 8:37:12 PM >>> At 06:47 AM 9/23/2004, you wrote: >Hi All, > >I am creating Two 68K applications. Both application have some common >code. So I want to create shared library of common code and then link my >application to them. I created shared library using option given in >PODS. It creates "commoncode.prc" which is of type PalmOS dynamic >library data. But when I link my application, PODS gives error " could >not read symbols: Invalid operation collect2: ld returned 1 exit >status". > >There is one more reason for creating shared library because my code >size more than 68K, so it is logical break of my code. Are you aware of the limitations of shared libraries? One good reference is my entry at http://palmos.combee.net/blog/C++and68KSharedLibrariesD.html I'm not sure about your specific error; you would have to provide more information about how you produced the shared library project. -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/ -- 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/
