"David Beers" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> A quick follow-up question here.  Segmenting using #pragma segment is
> working fine except for one important thing: how to control the order of
the
> segments.  Specifically, how do you make sure that the functions you need
to
> be in code 1 (PilotMain, eg.) actually land there?  The documentation I've

?
If your first segment is named "Segment1"
and you put
#pragma segment Segment1

The code should end up in the first segment.
Check the Segments tab and make sure your first (and possibly only segment
listed) segment is named "Segment1".
I think by default it's called "Segment 1".  I had to take out the space, I
couldn't figure out how to get #pragma segment working if a segment name
contains spaces.



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

Reply via email to