[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Resource Manager troubles
- Subject: Re: Resource Manager troubles
- From: schultp@wl.com (Paul Schultz)
- Date: Sat, 7 Nov 1992 04:21:32 GMT
- Keywords: ORCA/C, resources
- Newsgroups: comp.sys.apple2
- Organization: Warner Lambert / Parke-Davis
- References: <1992Nov6.190608.15280@ll.mit.edu>
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
--