I usually just use this function for calling any other app.. you just have
to send it the creator id of the app you want to call. It launches the app
with a normallaunch command and of course with no launch parameters but you
could easily change that.
static void CallApp(UInt32 creatorID) {
LocalID dbID;
UInt16 cardNo;
DmSearchStateType Search;
Err err = 0;
err = DmGetNextDatabaseByTypeCreator(true, &Search, 0, creatorID, true,
&cardNo, &dbID);
if (!err) { err = SysUIAppSwitch (cardNo, dbID,
sysAppLaunchCmdNormalLaunch, (VoidPtr)NULL); }
}
"Charlie Grant" <[EMAIL PROTECTED]> wrote in message
news:29752@palm-dev-forum...
>
> I am developing applications on a Symbol SPT1700 using Palm OS 3.2.
>
> I have written two separate applications and from within the first
> application I need to call and run the second application. If I was using
> standard Ansi 'C' I would use the execl() command.
>
> Can anyone help, please?
>
>
>
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/