Re: Rez file error
Re: Rez file error
- Subject: Re: Rez file error
- From: Marc Poirier <email@hidden>
- Date: Fri, 22 Nov 2002 18:00:24 +0100 (CET)
>
Does anyone know where this error stems from:
>
>
File
>
"/System/Library/Frameworks/AudioUnit.framework/Headers/AUComponent.r";
>
Line 22; ### /Developer/Tools/Rez - SysError 0 during open of
>
"ConditionalMacros.r".
>
Fatal Error!
>
>
It happens when compiling the .r file of my audiounit, sometimes also
>
happens when compiling other sample projects.
One thing is that Rez will give bad errors if you have mucke dup the
defines (if you are using the handy AUResources.r) in some way, or haven't
defined something that AUResources.r expects to be defined. Another thing
might be if you are using kAudioUnitCarbonViewComponentType, it is defined
in AudioUnitCarbonView.r, which should have been included in AudioUnit.r
but wasn't (you can confidently add an include for it, though, I posted
about this a while ago and Bill said that it should have been done).
>
The actual "ConditionalMacros.r" file is in the
>
CoreServices/CarbonCore.framework, and I was wondering if that needed
>
a special search path in Project Builder.
Yes, you should have CoreServices.framework as part of your project.
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.