Re: More link errors
Re: More link errors
- Subject: Re: More link errors
- From: "Steven D. Majewski" <email@hidden>
- Date: Tue, 4 May 2004 16:55:21 -0400
On May 4, 2004, at 3:49 PM, Mikael Hillborg wrote:
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?
When you #include those .h files, they are externs to you...
_AUListenerCreate
_AUListenerDispose
_AUParameterListenerNotify
_AUListenerAddParameter
_AUListenerRemoveParameter
_AUParameterValueFromLinear
_AUParameterValueToLinear
It certainly looks like they are defined in there to me:
Current$ pwd
/System/Library/Frameworks/AudioToolbox.framework/Versions/Current
Current$ nm AudioToolbox |grep AUListener[CRD]
93b6e9c4 T _AUListenerCreate
93b6eaac T _AUListenerDispose
93b6eb74 T _AUListenerRemoveParameter
00000000 a _GLOBAL__I_AUListenerCreate.eh
93bf3888 s __GLOBAL__I_AUListenerCreate
Current$
Those 'T'-s would be 'U' or 'u' if they were defined somewhere else.
( see 'man nm' for details )
-- Steve Majewski
_______________________________________________
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.