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/