Thanks,
Here is what I can see in the Sections.h file....
.....
5. Annotate each function with a section define like so:
void DoWork() EXTRA_SECTION_ONE;
void DrawForm() EXTRA_SECTION_TWO;
Notice that the annotations need to be visible at the function
definition, and everywhere the function is used. Any function
without an annotation will go into the default code section.
.....
Does it means that the I need to write "EXTRA_SECTION_ONE" every time I call
that function("... everywhere the function is used")???
or just at the declaration?
Thanks in Advance.
..
KiraN Puranik
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/