> I have a problem with an application that can't be installed : the hotsync

> process never finish or fail and same when we try to beam the application.

It's got to be your handling of sysAppLaunchCmdSyncNotify.

> The application only "answer" to sysAppLaunchCmdNormalLaunch.

Visually trace through your code, starting at the top of your PilotMain, and
see what it does when it gets the sysAppLaunchCmdSyncNotify launch code.
Check for accesses to global variables; these aren't allowed. (I've made the
mistake of storing the OS version in a global.) If you don't see anything,
try writing a little test app that uses SysAppLaunch to send your "real" app
a sysAppLaunchCmdSyncNotify launch code. If you're using CodeWarrior 8, you
can do this without writing a test app.
--
Danny @ PalmSource

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to