OS X 和 Linux 上的 C#?
我有一个从 Visual C# Express 2008 编码的应用程序。我想将该应用程序移植到 Mac OS X *.app 和 Linux 应用程序。我该如何去做呢?互联网上是否有可用的编译器可供我下载以解析我的 C# 源代码并输出其他操作系统对应的代码?
I have an application coded from Visual C# Express 2008. I want to port that application to a Mac OS X *.app and a Linux application. How do I go about doing that? Are there any compilers available on the internet that I can download to have it parse my C# source codes and output the other OS counterparts ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单声道:http://www.mono-project.com/Main_Page
Mono: http://www.mono-project.com/Main_Page
您需要使用支持所有这些平台的 Mono 项目。您可能需要重新设计您的项目,以处理特定于 MS .net 实现的任何 Windows 特定代码或功能。
You need to use the Mono project which supports all these platforms. You may need to re-work your project to deal with any Windows specific code or features specific to the MS .net implementation.