> From: Michal Seliga [mailto:[EMAIL PROTECTED]]
> Our PalmOS application is very big, therefore multisegmented.
> we use Ultralite functions generated by ulgen from Sybase ASA
> In map file we have found, that to first segment were added nearly all
> member functions of ultralite classes

Sounds like you need to move some (or all) of the generated Ultralite code
into other segments.  If this is code that is _only_ called from launch
codes that support multiple segments, then you probably can.

Is the generated code all in one big .c/.cpp file, or are there multiple
files?  If multiple, then you can just manually drag them into different
segments in the IDE window.  Or if it's one big file, you need to manually
add '#pragma segment' lines in the code to force different parts into
different segments.

-slj-


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

Reply via email to