Calling an Objective-C function from C++? | Cocoabuilder
your .cpp file to .mm, then you can just tell Xcode to ignore the file extension and always compile as Objective-C++. Then your C++ code can call Objective-C code natively when compiling for Mac OS X / iOS. davez On Jan 31, 2012, at 11:31 AM ......