iOS 个应用使用 WinObjC 转换为 Windows 个应用
iOS app converting into Windows app using WinObjC
我正在使用 WinObjC 将 Apple Tableview 示例代码转换为 windows 应用程序以试用其工作原理。我成功将其转换为vs项目,在windows 10 visual studio中打开。当我在本地机器上 运行 时,出现附件中的错误。
我坚持这个。我不确定如何进行,有没有人遇到过这个问题并且知道如何解决它。谢谢!
我假设您在这里指的是项目 1 中的示例代码:
https://developer.apple.com/library/ios/samplecode/TableViewSuite/Introduction/Intro.html
显然有对 UIKit.h 的引用,但是在检查项目 1 的 VS 导入时,我没有在您提到的目录中看到类型库 header (.tlh) 文件。
我没有看到在 1_SimpleTableView 目录中使用 WinObjC 最新版本的 SDK 版本的 VSImporter 时出现特定错误,我相信您确实看到了。 (2016-01-07 - https://github.com/Microsoft/WinObjC/releases/tag/0.1.0.160107),随后在 VS 2015 中构建。
我不想告诉你 'try the newest one',但我得到的版本确实成功构建了 TableSample。
我正在使用 WinObjC 将 Apple Tableview 示例代码转换为 windows 应用程序以试用其工作原理。我成功将其转换为vs项目,在windows 10 visual studio中打开。当我在本地机器上 运行 时,出现附件中的错误。
我坚持这个。我不确定如何进行,有没有人遇到过这个问题并且知道如何解决它。谢谢!
我假设您在这里指的是项目 1 中的示例代码: https://developer.apple.com/library/ios/samplecode/TableViewSuite/Introduction/Intro.html
显然有对 UIKit.h 的引用,但是在检查项目 1 的 VS 导入时,我没有在您提到的目录中看到类型库 header (.tlh) 文件。
我没有看到在 1_SimpleTableView 目录中使用 WinObjC 最新版本的 SDK 版本的 VSImporter 时出现特定错误,我相信您确实看到了。 (2016-01-07 - https://github.com/Microsoft/WinObjC/releases/tag/0.1.0.160107),随后在 VS 2015 中构建。
我不想告诉你 'try the newest one',但我得到的版本确实成功构建了 TableSample。