home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!ira.uka.de!gmd.de!jvnc.net!darwin.sura.net!spool.mu.edu!agate!ucbvax!cxr_rs6000.med.ge.com!marc
- From: marc@cxr_rs6000.med.ge.com (Marc Wolfgram)
- Newsgroups: comp.sys.apple2
- Subject: Re: Resource Manager troubles
- Message-ID: <9211101559.AA08205@cxr_rs6000>
- Date: 10 Nov 92 15:59:06 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 17
-
- Without seeing what your code is doing, it's pretty hard to come up with an
- answer to the missing resource problem. The error:
-
- > Type 8006
- > ID=00000001
- > Error=1E06
-
- ...roughly translates to a missing rPascalString resource. Based on its ID,
- it's probably a menu title string, and it probably isn't missing. I would
- check for calls to SetCurResourceFile, SetResFileDepth and possibly (but not
- too likely) SetCurApp. Typically these types of SystemDeath errors are the
- result of a toolcall not finding a required resource, and usually appears in
- the Menu or Control Manager. Good luck.
-
- Marc Wolfgram
- AOL: M Wolfgram GEnie: M.WOLFGRAM2 inet: marc@cxr_rs6000.med.ge.com
- There are two ways to write bug-free code and only the third one works!
-