> Make sure your OS version target is high enough.. in other words,
> sysAppLaunchCmdSyncNotify didn't exist in older OS's .. I don't have it in
> front of me, but I seem to recall this is an OS 3.3 or 3.5 addition.
No...sysAppLaunchCmdSyncNotify has always been implemented. Take a look at the
header file...it's launch code #3!
-- Keith Rollin
-- Palm OS Emulator engineer
"Bradly J. Barton" <[EMAIL PROTECTED]> on 02/12/2001 09:58:23 PM
Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent by: "Bradly J. Barton" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
cc: (Keith Rollin/US/PALM)
Subject: Re: sysAppLaunchCmdSyncNotify
Make sure your OS version target is high enough.. in other words,
sysAppLaunchCmdSyncNotify didn't exist in older OS's .. I don't have it in
front of me, but I seem to recall this is an OS 3.3 or 3.5 addition.
----------
Bradly J. Barton - [EMAIL PROTECTED]
Jenies Technologies Incorporated
(972) 602-1835
http://www.JTI.net
http://PalmInHand.com
----- Original Message -----
From: "Chad Harrison" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 10:27 PM
Subject: sysAppLaunchCmdSyncNotify
> for some reason, the sysAppLaunchCmdSyncNotify doesnt seem to be getting
> called inside my PilotMain, after my app gets installed.
>
> from the reference, it seems like it should,
>
> "This launch code is sent only to applications whose databases were
> changed during the HotSync operation. (Installing the application database
> itself is considered a change.) "
>
>
> my code is like:
>
> UInt32 PilotMain(UInt16 cmd, Ptr, UInt16)
> {
>
> ...some stuff...
>
> if(cmd == sysAppLaunchCmdSyncNotify)
> {
>
> ...more stuff...
> }
>
>
> }
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/