Xcode 和wxWidgets框架
我已经下载了 wxWidgets - wxwidgets.org
我使用终端运行了配置文件。
如何在 Xcode C++ 项目中使用此框架?
谢谢!
I've downloaded wxWidgets - wxwidgets.org
I ran the configure file using terminal.
How can I use this framework with Xcode C++ project?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看以下文档,或者考虑指出有关使用该框架的更具体的问题(即您可能遇到的问题)。
http://wiki.wxwidgets.org/Development:_wxMac
http://wiki.wxwidgets.org/Guides_%26_Tutorials#Mac_OS
http: //wiki.wxwidgets.org/Creating_Xcode_projects_for_wxWidgets_applications(输出日期,但可能仍然对你有帮助,作为过去使用过 wxWidgets 的人,我可以告诉你代码是正确的)。
Please take a look at the following documentation, or consider pin pointing down a more specific question about using the framework (ie, what problems you may have run into).
http://wiki.wxwidgets.org/Development:_wxMac
http://wiki.wxwidgets.org/Guides_%26_Tutorials#Mac_OS
http://wiki.wxwidgets.org/Creating_Xcode_projects_for_wxWidgets_applications (Out of date, but may still help you. As someone who used wxWidgets in the past, I can tell you that the code is correct).