OS X 和 Linux 上的 C#?

发布于 2024-11-04 20:37:14 字数 154 浏览 1 评论 0原文

我有一个从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北方。的韩爷 2024-11-11 20:37:14

您需要使用支持所有这些平台的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文