hi ,

my application have grown large so needed to mutisegment the app
for that I tried creating the def file using folowing code.

application { "adress" STRT }
multiple code {mainform  editform }

#define MAINFORM_SECTION __attribute__ ((section ("mainform")))
#define EDITFORM_SECTION __attribute__ ((section ("editform")))

but getting following error 

parse error, unexpected $undefined., expecting $

please help me 

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

Reply via email to