That helped me a lot understanding the issue, so thanks a lot.
I created a "sections.def"-file in the root folder of the project and did all the steps as suggested at the PRC-Tools site, but I still get an error:
"syntax error, unexpected MULTIPLE"
is it the wrong syntax?
Yes. You left off the first part of the DEF file that defines the application.
See http://prc-tools.sourceforge.net/doc/prc-tools_4.html#SEC24 for DEF file syntax.
---------------- sections.def:
multiple code { "gmelogic" }
try:
application { "MyApp" CRID }
multiple code { sect1 sect2 sect3 }instead. The actual name and ID you supply in the "application" section are ignored by the PODS build process, since these values get reset by the PRCMerge command used in the final step, but they are needed by build-prc.
-- 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/
