How to convert Windows desktop app to Mac desktop app?

孤街浪徒 提交于 2019-12-14 03:48:51

问题


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.


回答1:


It might be easier to use Mono project and make your .net application compatible for Mac OS version of Mono.

More info.




回答2:


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.



来源:https://stackoverflow.com/questions/5547812/how-to-convert-windows-desktop-app-to-mac-desktop-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!