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/
