Re: Emagic porting SDK
Re: Emagic porting SDK
- Subject: Re: Emagic porting SDK
- From: Roy Lovejoy <email@hidden>
- Date: Fri, 12 Sep 2003 13:11:05 -0700
On Thursday, September 11, 2003, at 07:57 AM, Art Gillespie wrote:
Add the AudioToolbox.framework to your project. (AUListenerCreate is
in AudioToolbox/AudioUnitUtilities.h)
Along the same thread, I had this issue, and not only did it take the
(obvious) adding of the framework,
but I had to wrap my
#include < AudioToolbox/AudioUnitUtilities.h>
with
extern "C" {
}
because the calling code was in a .cp file.
is this an "everyone knows that" type of thing?
most of the other mac headers (since the dawn of c++) have had the
headers wrapped so the linker
wouldn't get confused..
_______________________________________________
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.