Re: More link errors
Re: More link errors
- Subject: Re: More link errors
- From: Marc Poirier <email@hidden>
- Date: Tue, 4 May 2004 15:31:53 -0400 (EDT)
You need to include the AudioToolbox.framework in your project.
The framework includes the headers and the libraries.
Marc
On Tue, 4 May 2004, Mikael Hillborg wrote:
>
As far as I can see the latest SDK doesn't include
>
any MusicDevice sample, so I changed the effect sample
>
into a music device with a carbon view. But I get a less
>
pleasant amount of link errors, e.g. these
>
>
_AUListenerCreate
>
_AUListenerDispose
>
_AUParameterListenerNotify
>
_AUListenerAddParameter
>
_AUListenerRemoveParameter
>
_AUParameterValueFromLinear
>
_AUParameterValueToLinear
>
>
when trying to convert the sample effect. I inherit
>
the music device base class etc as usual.
>
>
They are declared in AudioToolbox.framework and
>
AudioUnitUtilities.h, but they're declated as extern.
>
Where are the actual implementations?
>
>
M
_______________________________________________
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.