Errors Using Framework-style Rez Includes
Errors Using Framework-style Rez Includes
- Subject: Errors Using Framework-style Rez Includes
- From: Kevin Grant <email@hidden>
- Date: Sat, 6 Dec 2003 22:41:19 -0600
I have placed these kinds of includes in my Rez files:
#include "Carbon/Carbon.r"
Can anyone tell me why Xcode gives me this error, and how it might be
avoided?
MyResources.r:15: SysError 0 during open of "Carbon/Carbon.r". Fatal
Error, can't recover.
I can say that I don't have "Rez search paths" set to anything, and [in
this example] Carbon.framework has been added to my project.
Also, unfortunately this does *not* seem to be a work-around:
#include "/System/Library/Frameworks/Carbon.framework/Headers/Carbon.r"
I was sure this worked at one point; but this recently broke because
apparently a cached resource was forced to finally recompile. Arrrgh,
something in my setup must have changed.
Thanks in advance,
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.