I�m using codewarrior 9 and I�ve got a lot of linker problems I was normally developing my app and when y added a new form (I�m using POL) and reference it in the form map i�ve got a los of linker error of out of range. I�ve checked and my code ins�t up to 64k so please tell how to solve.
It�s getting me crazy sometimes I solved it changing place of the files but every time I add a new file I got this problem, and now I�m stuck because I cannot eliminate this linker errors.
You'll get out-of-range errors once your code exceeds 32K -- it's an indication that you need to rearrange the order of files in your segments or that you need to add additional segments. You can change the code model to smart or large to get a temporary fix, but it just makes your code larger. See some of my articles at palmoswerks.com for more on this topic.
--
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/
