Re: Rez -> SysError 0?
Re: Rez -> SysError 0?
- Subject: Re: Rez -> SysError 0?
- From: Dave MacLachlan <email@hidden>
- Date: Thu, 28 Apr 2005 13:19:51 -0700
Turns out that Rez appears to ignore all include paths when resolving
the read statement, and only looks directly beside the file being
Rezzed.
CodeWarrior's Rez searches all include paths for the file which seems
to make far more sense, and is far more flexible for developers.
I've logged this as Radar 4102217.
Cheers,
Dave
On Apr 28, 2005, at 12:01, Dave MacLachlan wrote:
Hey all...
Anybody know why Rez would be giving me SysError 0? Isn't 0 normally
noErr?
Im trying to read a text file into a resource doing something like
this:
read 'VIEW' (2001, "My View", purgeable) "MyView.txt";
and "MyView.txt" appears to be accessible via the -i args that I've
given to Rez. I've used Full Paths just to make sure.
Cheers,
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden