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/
