At 09:04 PM 9/17/2002 +0200, you wrote: >On Tue, Sep 17, 2002 at 01:50:12PM -0500, Ben Combee wrote: > > Not an API, but a resource that can tell Palm OS your application needs > > more stack. If you use CW, its part of the application resource settings > > in Constructor. > >Or if you're using prc-tools, it can be specified in a .def file. > > > SYSAPPLICATIONPREFERENCES ID 1000 PRIORITY 30 STACKSIZE <StackSize.n> > > MINHEAPSPACE 0x1000 > >You mean ID 0. If you are using both prc-tools and PilRC, specifying >it here with "SYSAPPLICATIONPREFERENCES ID 0" will lead to conflicts. >Don't do that. (Generating the pref#0 resource has always been >prc-tools's job, not PilRC's, going right back to the obj-res days.)
Thanks for the update... I didn't know that bit of usage lore. I got the "ID 1000" from the online PilRC manual, so perhaps this needs to be updated to include the note about "build-prc", the default values, and why it shouldn't normally be used. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
