Okay, so I have the Sections.def file with "code1" and "code 2". I have the Sections.h file with #define SECTION1 __attribute__ ((section ("code1")))
#define SECTION2 __attribute__ ((section ("code2")))
And I try defining some functions like so
static Int16 loadDBList() SECTION2 ;
What am I missing? It still doesn't work. Are you saying the PODS handles this when I have made the the Secdtions.def and Sections.h changes above?
I'll try to get a multisection 68K app example posted to the KB once PODS 1.1 goes live.
In the meantime, check out http://news.palmos.com/read/search/results?forum=palm-dev-forum&words=multisections
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm 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/
