home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23542 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!usenet.ins.cwru.edu!wsu-cs!vela!pd-dom!schultp
  3. From: schultp@wl.com (Paul Schultz)
  4. Subject: Re: Resource Manager troubles
  5. Message-ID: <1992Nov7.042132.3911@wl.com>
  6. Keywords: ORCA/C, resources
  7. Organization: Warner Lambert / Parke-Davis
  8. References: <1992Nov6.190608.15280@ll.mit.edu>
  9. Date: Sat, 7 Nov 1992 04:21:32 GMT
  10. Lines: 32
  11.  
  12. In article <1992Nov6.190608.15280@ll.mit.edu> meins@ll.mit.edu (Chuck Meins) writes:
  13. >Hi everybody,
  14. >
  15. >I've been working my way through the ByteWorks book on learning to use the
  16. >Toolbox in C and I've run into a problem with resources.  The first problem with
  17. >resources is a simple event loop with only the basic menu items.  I can compile
  18. >and run the problem OK.  However, on exit the machine goes to the 40 column
  19. >text screen with the message:
  20. >    "Could not load/unload resource
  21. >        Type 8006
  22. >        ID=00000001
  23. >        Error=1E06"
  24. >(plus the running open/close apple in the middle of the screen).  According to
  25. >the book, error 1E06 belongs to the Resource Manager and means that the
  26. >specified resource wasn't found.  What am I doing wrong?
  27. >
  28. >P.S. ROM 01 GS with 1.75MB GS-RAM, two 3.5" drives off the Smartport, two
  29. >5.25" drives off of an old Apple Disk ][ controller card, and a 20MB Vulcan
  30. >
  31. >Chuck Meins, Jr.
  32. >meins@ll.mit.edu    /* where do you send to for those nifty sig lines? */
  33.  
  34. I am going through the same tutorial and got the same error message a few
  35. weeks back!  What happened to me was that I was using the "rez" source
  36. file from the previous problem as a template and I had forgotten to put in
  37. some rPStrings for some of my new menu titles. So, check to see if you have
  38. all your rPStrings (That is what Type 8006 is!).
  39.  
  40. Paul Schultz
  41. schultp@wl.com
  42.  
  43. -- 
  44.