Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!laurel.cis.ohio-state.edu!topping From: topping@laurel.cis.ohio-state.edu (brian e. topping) Newsgroups: comp.sys.mac.programmer Subject: Re: Creating Resources??????? Message-ID: <36269@tut.cis.ohio-state.edu> Date: 21 Feb 89 02:08:36 GMT References: <4481@hubcap.UUCP> <6569@hoptoad.uucp> <4487@hubcap.UUCP> Sender: news@tut.cis.ohio-state.edu Reply-To: brian e. topping Organization: Ohio State University Computer and Information Science Lines: 10 [lots of stuff on RM bugs deleted ...] I don't know if this helps, but I had a real tough RM bug come and go that was caused by not checking the return codes on each time back. I had just created the file, added a res, and then deleted a res. I think the handle I tried to delete was not a res, and then the resources I had written earlier (even with _WriteResource) got cleared to an empty resource. Have you tried examining the resource with resedit? Sounds stupid, I know, but I just remember the hell I went through trying to kill that one... -bri