I'm trying to launch the Palm Mail application from my application using
SysAppLaunch.  Currently I'm using SysUIAppSwitch but this causes my
application to exit.  When I use SysAppLaunch I get a fatal exception.  When
I use SysUIAppSwitch instead, it works fine.  I've looked at the Mail SDK
and don't see anything that would cause this.  Following are the statements
I'm using:

    error = SysUIAppSwitch(cardNo, dbID, sysAppLaunchCmdNormalLaunch, NULL);
    error = SysAppLaunch(cardNo, dbID, 0, sysAppLaunchCmdNormalLaunch, NULL,
NULL);

Anyone know why the second one would give me the fatal error?

Thanks,
Dave



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