> Everybody now, what does mean next warning:
>
> "Segment 'Precompiled Headers' is greater than 64KB, it will generate
> an invalid PRC file."
>
> How i can repair this?
Hi there,
In palm no routine over 64k jump can be called.The DragonBall processor used
in Palm OS handhelds uses 16-bit memory addresses, which limits it to relative jumps
of 32KB. If an application tries to call a function that is located more than 32KB
away within the same code resource, the jump
will fail. Even if you are able to break the 32KB jump limit, the HotSync architecture
puts an absolute limit of slightly under 64KB for any resource,
If you are using Metrowerks create multiple segment of your code. This can be
done from the project menu option.Then move some of ur code files to this new
segment.See that code size in each segment does not exceed 64k. This should solve ur
problem.
You can also change ur code model to smart. But this will increase the PRC size.
Cheers
Sajul
--
_______________________________________________
Talk More, Pay Less with Net2Phone Direct(R), up to 1500 minutes free!
http://www.net2phone.com/cgi-bin/link.cgi?143
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/