Previously, there was discussion about launching another app. One
suggestion was:
> >I want to start another application from within the current one. Say the
> >application is called 'abcd'
>
> Use SysUIAppSwitch
(Thanks, Bob, for the suggestion.) How about another approach, like:
// FYI, sysFileCCalculator returns creator ID 'calc'
AppLaunchWithCommand( sysFileCCalculator,
sysAppLaunchCmdNormalLaunch,
0 );
(Yes, I want to run the built-in calculator for this example.)
The problem is that the emulator totally crashes on this line. Is
there more required for this to work correctly?
Dave.
--
Dave Smith
Colorado Springs, CO USA