ok, I follow you right up to the "merge link" as part of a master build step.
I moved these resources off to their own PRC file, linking all with Palm Linker, then took this resulting PRC, added it to my original project, but when I take a look at the PRC, the form(s) aren't there from that PRC that I "hauled off" the resources to. I have over 100 forms total for the project, number 100-9900, incremented by 100 each. It was form id 10000 that caused things to stop working. A linking error (cannot copy resource.frk) when using the Mac Linker. The Palm Linker doesn't complain, it just ignores any form past 9900. Thanks for any help you can give "Eric Cloninger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] There should not be a maximum on the number of forms, however there is a limit on the total number of resources in any one resource file. That limit is in the vicinity of 2200. A MacOS resource file, using Constructor, is going to have more resources than it appears because forms are made up of more than one resource. PalmRez knits them together at postlink time. Remember, if you are using the MacOS 68K linker and PalmRez, the output of your linker for _all_ your resource files can't exceed this number. If the link fails, then the postlink will fail as well. Can you offload some of the resources into a separate project, use the Palm OS 68K linker instead, and then merge link them all together in a master build step? The Palm OS 68K linker knows how to import PRC files from other projects--just add the output file of one project to be an input file of another. Use Palm OS Linker instead of the combo of Mac OS 68K linker and PalmRez. Or, you can convert everything to PilRC or XRD and then you won't have the problem because Mac resources won't be a factor in the build process. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Lussier > Sent: Monday, June 06, 2005 11:56 AM > To: Palm Developer Forum > Subject: maximum number of forms per PRC? > > Does anyone know while using CodeWarrior 9.3/Constructor 1.8 > Is there a maximum number of forms that can be within any one PRC? > > Thanks! > > > > -- > For information on using the PalmSource Developer Forums, or > to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
