--- "Goel, Shalu" <[EMAIL PROTECTED]> wrote: > > I am trying to create a shared library in PalmOS 3.5 based on > the SampleLib provided by the 3.5 SDK. My project is over 64KB. > ... > Please provide any information or solution regarding this error > would be greatly appreciated. >
A shared library must be less than 64KB. You are going to have to reduce your code size or split it into two shared libraries. __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
