Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!ogicse!orstcs!ure.CS.ORST.EDU!kempkec From: kempkec@ure.CS.ORST.EDU (Christopher Kempke) Newsgroups: comp.sys.mac.programmer Subject: Re: How can I keep my application memory resident ??? Message-ID: <21460@orstcs.CS.ORST.EDU> Date: 31 Oct 90 08:19:47 GMT References: <56297.27285b80@pttrnl.nl> Sender: usenet@orstcs.CS.ORST.EDU Reply-To: kempkec@ure.CS.ORST.EDU (Christopher Kempke) Organization: Oregon State Univ. - CS - Corvallis, OR Lines: 11 In article <56297.27285b80@pttrnl.nl> nugteren@pttrnl.nl writes: >So what the problem really boils down to is:How can I keep my program resident? >Nils I'm just guessing, but try setting the attributes on the CODE resource to PRELOAD and LOCKED. If you wrote this in THINK (whatever), there's an option in the compiler to do this, otherwise I think it required ResEdit. I think this makes it impossible for even the dread Multifinder to dispose of your application's code segment. Again, I may be completely misunderstandingthe problem, too. -Chris