Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!well!brecher From: brecher@well.UUCP (Steve Brecher) Newsgroups: comp.sys.mac.programmer Subject: Re: ResError Bug? Message-ID: <12593@well.UUCP> Date: 6 Jul 89 23:35:54 GMT References: <5914@hubcap.clemson.edu> <14217@dartvax.Dartmouth.EDU> <32877@apple.Apple.COM> Reply-To: brecher@well.UUCP (Steve Brecher) Organization: Software Supply, Sunnyvale, CA Lines: 17 In article <32877@apple.Apple.COM>, cjp@Apple.COM (Chris Plummer) writes: > ResError will return noErr if the resource **type** is not found. If the > resource type is found but the resource is not then ResError should return > resNotFound. The is all documented in IM I-119. This posting is redundant to Keith Rollin's <32879@apple.Apple.COM>, but I wanted to explicitly confirm that IM-119 is incorrect on this issue. To correct IM's description of GetResource, change "resNotFound" to "noErr". Given this correction, the following Note, while true, becomes misleading and can be deleted. Get1Resource is the same as GetResource in this respect. -- brecher@well.UUCP (Steve Brecher)