At 12:28 PM 4/22/2004, you wrote:
  This must have been done a million times, but I am stumped.
  I need to add a new form, which will take my code over the 64k limit.
So I need to convert my app to multi segments.  I have studied
everything I can find for the past two days, and I think I need just a
few more clues.
  I am using CodeWarrior 9.3 for Palm OS, Prof Ed. (?build v.5.2.1283).
I have created a new target, copied from my existing Debug target (in
which I have temporarily commented out enough code so it still compiles
into one segment).  In the new target, I have moved my new form's code
to its own segment.

A much better starting point is the "Create New Target", cloning from your existing target. Then, all the settings will be correct to start.


You shouldn't need to do much other than going to the segment tab, creating a second segment, and dragging your source files to that second segment. Only put your new source file in the second segment.

Once this works, you can get rid of your original target, and just use the new one.

-- Ben Combee, senior DTS engineer, PalmSource, Inc.
   Read "Combee on Palm OS" at http://palmos.combee.net/


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

Reply via email to