Re: AURender Call back function
Re: AURender Call back function
- Subject: Re: AURender Call back function
- From: Jens Alfke <email@hidden>
- Date: Wed, 25 Feb 2009 20:21:19 -0800
On Feb 25, 2009, at 6:04 PM, Gabriele Palmas wrote:
In file included from /Developer/Examples/CoreAudio/PublicUtility/
AudioFile-new/CABufferQueue.h:44,
from /Developer/Examples/CoreAudio/PublicUtility/
AudioFile-new/CAAudioFileStreamer.h:44,
from /Users/gabry/Documents/Apps/MyPlayer/Classes/
MyPlayerAppDelegate.h:16,
from /Users/gabry/Documents/Apps/MyPlayer/Classes/
MyPlayerAppDelegate.m:9:
/Developer/Examples/CoreAudio/PublicUtility/CAPThread.h:71: error:
syntax error before 'CAPThread'
You're not compiling with C++ enabled, so the compiler barfs on C++
syntax.
The easiest way to fix this is to change the suffix of your source
file from ".m" to ".mm".
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden