The official answer I received when our PDE application hit the linker limit is as follows:
1) Use CW9
2) Switch from using Constructor to pilrc
3) Use the alternate resource linker that comes with CW9


Apparently that eliminates the resource limit problem.

So far we've kept just under the limit by culling obsolete resources. I'd much rather have a fix for the standard linker than switching tools. However, that doesn't seem likely, so I'm going to have to convert my resources from RSC to RCP format and adjust to a new tool.

Subject: Re: Limite of Constructor 1.9
From: "Regis St-Gelais" <[EMAIL PROTECTED]>
Date: Tue, 9 Sep 2003 10:59:40 -0400

That is exactly what appened.

I've split the resource file and constructor does not complain anymore but
it only transfer the problem to the linker.

Link Error: Error while creating/copying resource fork.
Link Error: Error while saving resources.

I'm to power hungry or what?
Is it the end of the grow of my application?

Palms are getting more powerfull with bigger memory. What good is that if we
are so limited on the size of the application?


> > Keith, I think your calculation of resource count is really low. You > didn't allow for the resources on the forms (an average of just 20 per form > would give an extra 1400 resources). And then there's the resource count > cost of bitmap families. > > I think it is entirely possible Regis is running into the resource count > limitation. > > Now Regis can slide past the Constuctor limit by having two (or more) RSC > files, perhaps by pulling all the bitmaps and bitmap families into a > seperate RSC file. > But then he runs into the same problem in the linker... > > Any plans to fix this hard limit in the linker? It is a real problem for > large applications! > > >From: "Keith Rollin" <[EMAIL PROTECTED]> > >Date: Mon, 8 Sep 2003 12:56:58 -0700 > > > >The Mac OS Resource Manager limit is 2727 resources, IIRC. I would = > >characterize it more as a "hard limit" than a "soft limit". The OP only = > >has, what, 862 resources? I don't think he's getting close to the Mac = > >OS limit, even with any hidden Constructor "meta" resources. > > > > -----Original Message----- > > > From: Regis St-Gelais [mailto:[EMAIL PROTECTED] > > > I have a fairly big resource file: > > > > > > .rsrc file size: 582K in the resource.frk folder > > > 71 Forms > > > 1 Alerts > > > 2 Menu Bars > > > 8 Menus > > > 1 String Lists > > > 2 App Icon Families > > > 305 Bitmap Families > > > 471 Bitmaps > > > 1 icons

Roger Stringer Marietta Systems, Inc. (www.mariettasystems.com)


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

Reply via email to