Thanks for the tip. I think I'll create a new .h file, containing prototypes 
for all functions in all source files, with the annotations for each in it.

There's something I don't understand in the document you referenced. It says:
------------------------
The current implementation puts pointers to the code resources into the 
application's global data, and uses those pointers in the code emitted for each 
call in which the calling function and the called function are in different 
sections. This means that you must not attempt to call between different 
sections when globals are not available.

In particular, all functions in your application called while processing a 
launch code that doesn't give you globals must be in the main code section. 
This always includes PilotMain, which is always called by the startup code for 
all launch codes.
------------------------

I have no idea what this is trying to tell me. What does it mean "must not 
attempt to call between different sections when globals are not available"?
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to