Here's what I understand:
- You cannot call anything out of your first segment on a no-globals
launch.
- The above is true, no matter what magic you use in Codewarrior (e.g.
expanded mode doesn't help).
- You cannot call yourself using SysAppLaunch and pass
sysAppLaunchFlagNewGlobals, as that will eat up an owner ID every time
you do it.
So, do I have any options at all here? Is there any way to get my app
launched in a context where I can call other segments, short of
SysAppUISwitch? Surely there is a way to do this.
Thanks,
Gary