Well, not really.  It just is.  (No doubt it has to do with memory space
issues, but...)

I can, however, give you guidelines about segmenting that will work.

The fail-safe guideline is:  
In response to a launch of your application, you may not, directly or
indirectly, call any function outside of the initial segment containing
PilotMain.

This includes app start and stop, beam receive, and find processing.

Good candidates for code in secondary segments is stuff called in response
to a form's event handlers, as well as those handlers themselves.

Hope this helps,
-bob mckenzie, palm portland

-----Original Message-----
From: Mark Biek [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 11:17 AM
To: Palm Developer Forum
Subject: beaming and multi-segmented apps


I am working on putting some beam functionality into my application.
I am obviously handling the sysAppLaunchCmdExgReceiveData launch code
and I've noticed that I can't call any functions that reside in
segments other than the first in the case that the application was
not already launched.  Can someone explain why this is the case?




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

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

Reply via email to