Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde!uunet!samsung!brutus.cs.uiuc.edu!apple!apple.com!chewy From: chewy@apple.com (Paul Snively) Newsgroups: comp.sys.mac.programmer Subject: Re: Is multifinder or finder running?? Message-ID: <5603@internal.Apple.COM> Date: 5 Dec 89 17:40:00 GMT Sender: usenet@Apple.COM Organization: Apple Computer, Inc. Lines: 25 References:<17708@ea.ecn.purdue.edu> <9190@hoptoad.uucp> <17695@dartvax.Dartmouth.EDU> In article <17695@dartvax.Dartmouth.EDU> earleh@eleazar.dartmouth.edu (Earle R. Horton) writes: > In article <9190@hoptoad.uucp> tim@hoptoad.UUCP (Tim Maroney) writes: > >In article <17708@ea.ecn.purdue.edu> moyman@ee.ecn.purdue.edu (James M Moya) > >writes: [Several generations of "how to detect MultiFinder" removed...] Probably the best way, UNDER SYSTEM 6.0.x, to determine whether MultiFinder is present or not is to check to see if the System Heap and the "Application Heap" are contiguous. That is, get the SysZone, add the ZoneLimit, and check to see if you wind up butting up against ApplZone. If you do ,MultiFinder ain't around. If you don't, MultiFinder is around (under 6.0.x, some of MultiFinder's code winds up lying BETWEEN the System and Application heaps). Hope this helps. __________________________________________________________________________ Just because I work for Apple Computer, Inc. doesn't mean that they believe what I believe or vice-versa. __________________________________________________________________________ C++ -- The language in which only friends can access your private members. __________________________________________________________________________