At 08:24 AM 1/14/2005, you wrote:
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 $

The #defines go into a separate .h file, not into the .def file.


-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/


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

Reply via email to