tags:

views:

47

answers:

1

I'm trying to play around with the iPhoneExtAudioFileConvertTest project. So I create a brand new project, add the appropriate Frameworks, copy the iPublicUtility classes from the example, and copy the ExtAudioFileConvert.cpp from the example. Now being that I didn't start implementing anything yet I was hoping that I wouldn't be getting any errors at this stage, but I am.

If I build at this point some of the first few errors seem to be regarding the assert([NSThread isMainThread]); calls

What am I missing here?

iPhoneExtAudioFileConvertTest - http://drp.ly/lSqab

test project = http://drp.ly/lSsbo

A: 

Ah... renaming the cpp to mm helps

dizy