> I know the limitation about global variables with sysAppLaunchCmdFind
launch
> code. But it seems to be impossible to use functions from another
segment
> as the main one, with this launch code.
> Can some body tell me more about that, and if there is a solution to
> short-cut this limitation???

No shortcuts... multi-segments work by using jump tables stored as
global variables.  This jump table is setup along with the other global
variables to provide pointers into the other segments, since the address
of those segments isn't known until your program is launched.



-- 
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