Here's another option that's easy, and it's the one I use.
Create an empty project. (ie, no code besides a PilotMain.) Move
a bunch of resources to this project. Change the output file name
to ###.pdb, change it's creator to the same as your program, and
change the type to something other than appl. Compile. Now you
have a .pdb file. Now in your main application's AppStart, open this
.pdb with:
DmOpenDatabaseByTypeCreator('(.pdb type)','FAN2',dmModeReadOnly);
Now all those resources are availiable just like if you linked
them into your .prc. (Of course you now have another file to ship.)
This basically allows you to use Constructor without worrying about
any limits.
Todd.
> 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.
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/