Its not necessary to split the code into libraries. Just turn on multi-segment feature in the compiler. Read the manual(s) that came with your compiler. For Codewarrior, change the Code Model from 'Small' to 'Smart' (or 'Large').
----- Original Message ----- From: "Ralf Krauss" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 10:09 AM Subject: Re: Help! application extended above 64KB > If your application requires more than 64k for its Code, > you should place some of its functionality in one or more shared > libraries, or create a multiple segments application. > Splitting your application into one or more shared libraries ... > > Ralf > > > > > > <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > > > > Hello, > > > > I am creating an application, that(.prc) is extended above 64KB, > > so that i can not compile. How can i overcome this problem. > > > > thanks in advance, > > > > > > balachandar. > > > > > > > > -- > 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/
