Re: Problems adding AudioFilePlayer source to my project
Re: Problems adding AudioFilePlayer source to my project
- Subject: Re: Problems adding AudioFilePlayer source to my project
- From: Jens Alfke <email@hidden>
- Date: Thu, 27 Oct 2005 20:59:47 -0700
On 27 Oct '05, at 7:41 PM, Felipe Baytelman wrote: Is there any compilation setting or project options I should turn on. It seems it gets confused with some C++ header files. I'm trying to incorporate these files into a Objective-C project (not Obj-C++). Is this the problem?
Yup, that's it. To use the PublicUtility classes, which are C++, you need to use Objective-C++. All you have to do is rename your source file's extension from ".m" to ".mm".
--Jens |
_______________________________________________
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