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