RedStar wrote:
>
> Hello , All
>
> Everybody now, what does mean next warning:
>
> "Segment 'Precompiled Headers' is greater than 64KB, it will generate
> an invalid PRC file."
It means that you have your source code in a segment called precompiled
headers (you can change the name from the project view in the segment tab).
The code is more than 64K. CW will put the code into one segment as you
didn't spread the code into different segments. These segemnts however
don't work with a Palm device.
CW has a funny property: There is a switch somewhere in the preferences
telling the linker to put all code into one segment, even if you
placed the code into different ones and chose large code model.
I think this option is hidden too far away from the segment selection
screen.
Disselect that option and add the MSL (Multi Segment Library) Runtime
from the CodeWarrior Libraries into your project to the first segment.
With kind regards / Mit freundlichem Gru�
Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED] http://www.klawitter.de
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/