iphone - 如何在其他应用程序中集成 aurioTouch 应用程序功能?

标签 iphone ios

我正在尝试将 aurioTouch 应用程序功能集成到我的应用程序中,但我遇到了问题,因为该应用程序的一小部分是用 C++ 编写的,为此我将我的 .m 文件更改为 .mm,但仍然有问题。我已经添加了图像。请参阅/如何解决此错误?

enter image description here

最佳答案

读这个: https://stackoverflow.com/a/4714727/88461

If you have a .cpp file with C++ code that needs to use Objective-C as well, either rename that .cpp file to .mm or pass -x objective-c++ to the compiler.

关于iphone - 如何在其他应用程序中集成 aurioTouch 应用程序功能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11015744/

相关文章:

ios - 基于接近度在后台对 iBeacon 进行测距

objective-c - iOS 上的自定义键盘 : How do I access the UITextField?

iphone - 未收到 UINavigationBarDelegate 回调

ios - 锁定方向不适用于 ipad ios 8 swift xcode 6.2

ios - TableView 未知阴影错误

ios - launchOptions 'UIApplicationLaunchOptionsLocalNotificationKey' 是否包含 NSDictionary 或 UILocalNotification

ios - 将手势识别器添加到 MKPointAnnotation

iphone - 何时在 iPhone 中释放 NSString

iphone - 学习适用于 iPhone 的 Quartz 和/或 openGL 资源?

iphone - UIActionSheet 自定义