> ...then every subsequent function will fall into SEGMENT1 until I insert
> another #pragma segment?  And can I invoke #pragma segment SEGMENT1 again
in
> another part of the file to add some other functions to the same segment?
> I.e:  SEGMENT1... SEGMENT2... SEGMENT1... SEGMENT3... etc.?
>

If you run into any problems, you might want to search the escribe archives;
I did a little whining about pragma segment.
You want to end every .cpp with #pragma segment segment1 (or whatever) so
the compiler glue goes in the first segment, but I swear it doesn't always
work.



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

Reply via email to