Thank you for clarifying this for me.
I think I will be better of segmenting my application at this point, I will
eventually hit the ceiling and I want my code to as fast as possible.
If I do the segmenting, am I then supposed to use the small code-modal
again?
Best Regards
Michael
----- Original Message -----
From: Peter Epstein <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Saturday, July 29, 2000 1:22 AM
Subject: Re: double and int
> You're making use of conversion (from integer to double) that is compiled
by calling a routine in the startup code which is placed at the start of the
segment. The error you're getting is simply that the call site is too far
away from the called routine. Jumps are limited to 32K forward or back from
the call site. You should be able to solve this problem by:
>
> - Moving the calling routine closer to the start of the segment, or
> - Switching to the 'smart' code model
>
> The former might be tricky, and might even require splitting your program
into multiple segments, which is a bit tricky. The latter is easy, but
produces larger slower code.
> --
> Peter Epstein
> Palm Inc. Developer
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/