Re: AU from scratch
Re: AU from scratch
- Subject: Re: AU from scratch
- From: Airy André <email@hidden>
- Date: Fri, 28 Nov 2003 19:17:59 +0100
Le 28 nov. 03, ` 18:03, Scott Ruda a icrit :
One problem I'm having with trying to do a custom view is that if I
add AUResources.r to my resource file I get a 'SyError 0 during open
of AUResources.r. Fatal Error, can't recover.'. (XCode 1.01) I traced
that down to it including something in CoreResources.r file. So I
pulled out the resources I needed from that and the ones needed in
AUResources.r and have everything inline in my own .r file.
You must not include AUResources.r to your project, but you should add
"-I /Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase -I
/System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/CarbonCore.framework/Versions/A/Headers" to OTHER_REZFLAGS
so the included ".r" files are found (or
"/System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/CarbonCore.framework/Versions/A/Headers
/Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase" in "Rez
search paths" in xcode)
(but this problem is not related to AU View since you should have the
same problem with your AU)
Airy
_______________________________________________
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.