RE: More link errors
RE: More link errors
- Subject: RE: More link errors
- From: "Mikael Hillborg" <email@hidden>
- Date: Tue, 4 May 2004 21:49:43 +0200
It's included.
Where are these defined really? Reading the .h files in the
AudioToolbox framework, they are declared as *extern* only.
So where are they defined and implemented?
M
>
-----Original Message-----
>
From: Marc Poirier [mailto:email@hidden]
>
Sent: den 4 maj 2004 21:32
>
To: Mikael Hillborg
>
Cc: email@hidden
>
Subject: Re: More link errors
>
>
>
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.