开发者

Can I develop an application on Windows intending to deploy it to OSX?

开发者 https://www.devze.com 2023-01-30 17:52 出处:网络
I\'m looking to create an application that will be executed on a Mac machine, but I don\'t have one to develop on.I thought this would be a great opportunity to try and take adv开发者_如何学运维antage

I'm looking to create an application that will be executed on a Mac machine, but I don't have one to develop on. I thought this would be a great opportunity to try and take adv开发者_如何学运维antage of the Mono runtime. I'm trying to figure out how to develop on a Windows XP machine and prepare a deployment package for an OSX machine.

I'd like to try and make the application have a UI since my users are not very technical. Is MonoDevelop the right tool to accomplish this? Should I be trying to use Windows Forms or GTK#?


Yep , you should use mono on windows directly with GTK# , but you'll need a few tweaks on mac so you'll need a mac eventualy. Your users will have to install the mono framework on their computer too, mono doesnt produce native Mac applications. I love mono but if the end users are not very technical I dont think it is the right solution. Anyway , the only way to develop some real multiplatform apps is Java, since it is pre installed on Macs so users will not have to download a framework to launch your apps.

0

精彩评论

暂无评论...
验证码 换一张
取 消