[EMAIL PROTECTED] wrote:
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?
Your prototype for the function carries that annotation in the "*.h"
file, so you should not need to include it anywhere else but in that
declaration. Bob
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/