At 10:50 AM -0800 3/31/99, David A. Smith wrote:
>(Thanks, Bob, for the suggestion.) How about another approach, like:
>
> AppLaunchWithCommand( sysFileCCalculator,
> sysAppLaunchCmdNormalLaunch,
> 0 );
AppLaunchWithCommand is just a macro that eventually expands to a call to
SysUIAppSwitch, so it's not really different. (Run the source through the
preprocessor to see what actually gets generated.)
>The problem is that the emulator totally crashes on this line. Is
>there more required for this to work correctly?
I have no idea why the emulator should crash here... probably you mean the
ROM generates a fatal exception though, and the emulator does not itself
crash. The thing to do from here is debug the problem using the
poserdebugger.
--Bob