将 MS.NET C# 嵌入到 c/c++ (如单声道)

发布于 2024-10-20 00:50:16 字数 390 浏览 0 评论 0原文

是否可以将 MS C# 编译器嵌入到非托管 c/c++ 主机应用程序中并使两种语言进行互操作,就像 Mono 所做的那样(例如 此处此处)?
我有一个使用 mono 的基于 Qt 的 C++ 应用程序的工作实现,但我受到 Windows 上 mono 的 32 位约束的限制(我确实需要内存)(Windows 没有 64 位版本)。那么这可以通过“原始”C# 实现来实现吗?

顺便说一句:我想继续使用 GNU 编译器 (mingw-w64)。

Is it possible to embed the MS C# compiler into an umanaged c/c++ host application and make both languages interoperate, very much like Mono does this (like here and here)?
I have a working implementation of this für my Qt based C++ Application using mono, but I'm limited (I really need the memory) by the 32bit constraint of mono on Windows (there are no 64bit releases for windows). So can this be achived with "the original" C# implementation?

BTW: I'd like to continue using GNU compilers (mingw-w64).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

情释 2024-10-27 00:50:16

微软确实支持这一点;他们的术语是托管

Microsoft does support this; their term for it is hosting.

痴意少年 2024-10-27 00:50:16

如果你特别想使用C#编译器,那么Mono的C#编译器是托管的,而微软的C#编译器是原生的。有些差异是你无法克服的。

If you specifically want to use C# compiler, then Mono's C# compiler is managed, while Microsoft's C# compiler is native. There are some differences you cannot conquer.

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