MonoTouch项目中使用RedLaserSDK示例
有没有在 MonoTouch 项目中使用 RedLaserSDK 的示例?
Is there any example of using the RedLaserSDK in a MonoTouch project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有在 MonoTouch 项目中使用 RedLaserSDK 的示例?
Is there any example of using the RedLaserSDK in a MonoTouch project?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
RedLaser SDK 有可用的 MonoTouch 绑定。
相同的绑定、示例和一些说明也可在 google-code 上找到。
但这些说明(至少)似乎已经过时了。例如,使用 -cxx 选项来选择 C++ 编译器(不是 wiki 中提供的符号链接解决方法)。
更新最新的 RedLaser 绑定(比 mono 的 git 存储库更新)绑定可在以下位置获取:https: //github.com/chrisbranson/monotouch-bindings,其中示例代码位于:https://github.com/chrisbranson/RedLaserSample
There are MonoTouch bindings available for the RedLaser SDK.
The same bindings, a sample and some instructions are also available on google-code.
But the instructions (at least) seems to be out of date. e.g. use -cxx option to select the C++ compiler (not the symlinks workaround provided in the wiki).
UPDATE Latest RedLaser bindings (newer than mono's git repository) bindings are available at: https://github.com/chrisbranson/monotouch-bindings with sample code available at: https://github.com/chrisbranson/RedLaserSample