Subject: Re: Codewarrior 9.3 rsrc trouble with id's
From: "Mark Lussier" <[EMAIL PROTECTED]>
Date: Mon, 6 Jun 2005 12:10:44 -0400
X-Message-Number: 17

is there a limitation as to how many form resources can be within one PRC?
I am in the 90+ form range for 1 PRC

Your form ID's need to be less than 10000, which means you'll run into trouble with the standard increment of 100 per form, starting at 1000. Constructor allows you to specify form ID's, and you don't need to start forms on a 100 boundary, so you could take a bunch of forms with very few objects and start them on (say) a 50 boundary. You can also have forms from 100 to 900, but that's only 9 more.

Apart from that, the post linker you use with Constructor has a limit of around 2700 resources and hitting that limit means your program no longer links.


Roger Stringer
Marietta Systems, Inc. (www.rf-tp.com)


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

Reply via email to