Path: utzoo!utgpu!news-server.csri.toronto.edu!dgp.toronto.edu!tracyn Newsgroups: comp.sys.mac.programmer From: tracyn@dgp.toronto.edu (Tracy Narine) Subject: init.driver.resource question Message-ID: <1990Dec15.225015.8462@jarvis.csri.toronto.edu> Organization: CSRI, University of Toronto Distribution: na Date: 16 Dec 90 03:50:15 GMT Lines: 10 I am writing a driver that has resources. The driver is being loaded by an init. In my init I renumber all of the resources and then release them so the new info is stored. When my driver is called though, the resources don't seem to be there. They method I have taken is to OpenResFile of the init in the driver. I think this should give the driver the resources it needs but this is not happening because my driver keeps on crashing. Can some please suggest what I might be doing wrong. tracy