At 02:15 PM 12/2/2003, Pablo Martin Vera wrote:
Ben I try splitting in severals segments and didn�t work I�ve also tried
changing the code model to small and large but when I do that I�ve got links
errors from POL.

One problem is that your template code is getting pushed into the first segment. Turning off the 68K Linker switch "Merge compiler glue into segment 1" will help, but if you need to use those templates for non-global launches, you can get into trouble.


The POL library code is all built with the small code model. Changing that for your program doesn't change the library, so it will still have the 32K range issues.

I don't have any other advice -- your program is getting big, and you'll need to find other ways to refactor it to deal with the limitations of 68K Palm OS development.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to