Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!apple!mdtaylor From: mdtaylor@Apple.COM (Mark Taylor) Newsgroups: comp.sys.mac.programmer Subject: Re: Simple MPW question Message-ID: <9207@goofy.Apple.COM> Date: 17 Jul 90 20:40:59 GMT References: <9170@goofy.Apple.COM> Organization: Apple Computer Inc., Cupertino, CA Lines: 17 In article <9170@goofy.Apple.COM> mdtaylor@Apple.COM (myself) writes: >Simple question: when compiling an application under MPW, how do you set the >application's "Suggested Memory Size", i.e. the default heap size? I thought >it might be a linker option but I can't seem to find one in the manual. Well, thanks very much to all of you who responded so quickly. As is the case with most of my questions these days, the answer (set the default heap size in the SIZE resource, the format for which can be found in {RIncludes}Types.r) is obvious - once you know it. (I've been using THINK C up until now, forgetting that THINK C has been creating SIZE resources for me.) Paul Snively summed it up best by saying: "It's in _a_ manual; it's just not obvious _which_ manual. :-)" Thanks again to all. - Mark