Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!ml10+ From: ml10+@andrew.cmu.edu (Michael A. Libes) Newsgroups: comp.sys.mac.programmer Subject: Re: OpenResFile size Message-ID: Date: 15 Dec 89 23:42:25 GMT References: Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA Lines: 7 In-Reply-To: I found the answer. Do a SetResLoad(TRUE) before calling OpenResFile then a SetResLoad(FALSE) after. The reason OpenResFile is a memory hog is that all resource marked as "Preload" are loaded in when the resource file is opened. I can now open THINK C in 4.5K instead of 52K. - Luni