home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23696 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.2 KB

  1. 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
  2. From: marc@cxr_rs6000.med.ge.com (Marc Wolfgram)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re:  Resource Manager troubles
  5. Message-ID: <9211101559.AA08205@cxr_rs6000>
  6. Date: 10 Nov 92 15:59:06 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 17
  11.  
  12. Without seeing what your code is doing, it's pretty hard to come up with an
  13. answer to the missing resource problem.  The error:
  14.  
  15. >      Type 8006
  16. >      ID=00000001
  17. >      Error=1E06
  18.  
  19. ...roughly translates to a missing rPascalString resource.  Based on its ID,
  20. it's probably a menu title string, and it probably isn't missing.  I would
  21. check for calls to SetCurResourceFile, SetResFileDepth and possibly (but not
  22. too likely) SetCurApp.  Typically these types of SystemDeath errors are the
  23. result of a toolcall not finding a required resource, and usually appears in
  24. the Menu or Control Manager.  Good luck.
  25.  
  26. Marc Wolfgram
  27. AOL: M Wolfgram   GEnie: M.WOLFGRAM2   inet: marc@cxr_rs6000.med.ge.com
  28. There are two ways to write bug-free code and only the third one works!
  29.