Re: Errors Using Framework-style Rez Includes
Re: Errors Using Framework-style Rez Includes
- Subject: Re: Errors Using Framework-style Rez Includes
- From: Kevin Grant <email@hidden>
- Date: Tue, 9 Dec 2003 22:01:21 -0600
Have you tried #include <Carbon/Carbon.r> ? The convention for quoting
system includes is angle brackets, not double-quotes.
Hmmmm, I seem to recall having specific problems with angle brackets,
as if Rez didn't even support them...but I'll try again. :)
But a work-around I'm using is just to include all necessary framework
paths in the search for Rez includes, e.g.
"/System/Library/Frameworks/Carbon.framework/Headers", etc. and start
using '#include "Carbon.r"' in my code.
Thanks,
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.