Palmman wrote:

Hi All,
I am trying to install a prc to my device, whose size is around 190kb. 
Surprisingly when i try to install this prc file, my handheld halts. There is 
no hotsync error logged. My handheld halts while doing clean up task of the 
hotsync. Other prcs are being installed properly, but in case of my prc, only 
problem is there. If anybody had faced this before please reply.

My application is multi segmented, is there any specific thing I need to take 
care for large sized multi seg applications for not failing to install ?

Thanks in advance


Your app gets called with a certain launch code after installation. During this, no global variables and no other segments than the first are initiallized. Therefore in your pilotMain or whne you handle this launch code don't access global variables or jump to another code segment.

Regards
Henk
--
-------------------------------------------------------------------------
  Henk Jonas                                            [EMAIL PROTECTED]
  Palm OS ® certified developer

  Please contact me, if you need an off-side contract worker.
-------------------------------------------------------------------------

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

Reply via email to