Hi, I am having trouble with SysAppLaunch.  I wish to call another
program, execute it fully, then return to the original.

UInt cardNo;
LocalID dbID;
UInt32 result;

SysAppLaunch
 (cardNo,dbID,0,sysAppLaunchCmdNormalLaunch,0,&result);

The SysAppLaunch complains about access to global variables with any
program except for a j2me (java 2 micro edition) program that I wrote.
When the j2me program runs and exits via System.exit(0);, it goes back
to the application launcher rather than back into my C program like I
wish.  If I use SysUIAppSwitch, the results are the same, but I want to get
back into my original C program after the j2me program has finished.  
Thanks so much in advance for any help you could give me.

------------------------
Chris Chayka

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