如何将 Windows 桌面应用程序转换为 Mac 桌面应用程序?
我需要将 C# .NET Windows 桌面应用程序转换为 Mac。
我读过有关 Qt、REAL Studio、LiveCode/RunRev、wxWidgets 和 Mono 的跨平台方面的内容(www.mono-project.com 和 http://monodevelop.com)。
Mono是唯一可以直接转换的吗?
如果我从头开始开发应用程序,这些产品的优点和缺点是什么?我读过有关 Qt 的精彩文章,但商业许可证很昂贵。我对 REAL Studio 的了解较少,但它似乎功能强大且价格更实惠。
I need to convert a C# .NET Windows desktop app to Mac.
I've read about the cross-platform aspects of Qt, REAL Studio, LiveCode/RunRev, wxWidgets, and Mono (www.mono-project.com and http://monodevelop.com).
Is Mono the only one that can be used to directly convert?
If I were developing the app from scratch, what would be the advantages and disadvantages of each of these products? I've read great things about Qt, but the commercial license is expensive. I've read much less about REAL Studio but it seems very capable and more affordable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Mono 项目并使您的 .net 应用程序与 Mac OS 版本的 Mono 兼容可能会更容易。
更多信息。
It might be easier to use Mono project and make your .net application compatible for Mac OS version of Mono.
More info.
Real Studio 是创建跨平台应用程序的好方法。它的应用程序是完全原生的,其语言是面向对象的,与 VB/Java/C# 非常相似。
对我来说,Real Studio 的优点是熟悉的编程语言和整体易用性。
Real Studio is a great way to create cross-platform applications. It's apps are fully native and its language is object-oriented and very similar to VB/Java/C#.
For me the advantages of Real Studio are the familiar programming language and overall ease of use.