Yes when you go to multi-segment
1) Keep your segments under 32KB (though sometimes can creep above safely)
2) Use code model of Small
Roger Stringer
At 03:15 AM 12/6/2006, you wrote:
Subject: Re: How to deal with 'Start-up codes is greater than 64 K'
warning message ??
From: Robert Moynihan <[EMAIL PROTECTED]>
Date: Tue, 05 Dec 2006 08:08:02 -0500
X-Message-Number: 7
Remember that although the stated limit is about 64k the practical limit
for randomly addressable code is 32k. This is because you have to be
able to move forward AND back within that code block, and the address is
2-bytes, so this gives you +/- 32k. There are ways to get around this
issue, but I understand that they are a PITA.
> Hi Manish,
> Is your file size is 54k or it is the size of the
> segment, if your single file size is 54k , than u require to divide ur
> some of the functionality to other files.
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/