There's no straight forward way to do this that I know of. You can get away with somewhat larger than 64k apps in one segment with careful organization of files and code. I recall from way back that you can also add "jump islands" to your code to keep things in range as well. This may be a little cludgy for your taste though.
Hope that helps, Aaron >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Neil >Whitworth >Sent: Wednesday, February 02, 2005 10:22 AM >To: Palm Developer Forum >Subject: Large (Multisegment) application and non-global launch codes > > >Is there any way that I can create a multi-segment C++ application (in >CW 9.3) and still call code that is not in the first segment? > >Can it be done in prc-tools? > >My app is growing past the 64Kb limit of a single segment, and must be >able to use all the code during a non-global launch. > >-- >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/
