C ++为字节code编译器CLR? [英] C++ to bytecode compiler for CLR?

查看:182
本文介绍了C ++为字节code编译器CLR?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够使其在CLR的托管运行时中运行编译C / C ++库。有几个工具了解与JVM(的 NestedVM LLJVM 等),但我似乎无法找到任何的CLR。有没有人尝试这样做?

I'd like to be able to compile a C/C++ library so that it runs within a managed runtime in the CLR. There are several tools for doing this with the JVM (NestedVM, LLJVM, etc) but I can't seem to find any for the CLR. Has anyone tried doing this?

推荐答案

微软已经提供了与Visual Studio这样的工具。 C ++编译器 cl.exe时接受 / CLR 选项告诉它来生成管理code,而不是本地code。请参阅MSDN文档如何:迁移到/ CLR 有关更改本地项目信息支持托管code。

Microsoft already provides such a tool with Visual Studio. The C++ compiler cl.exe accepts the /clr option to tell it to generate managed code instead of native code. See the MSDN document How To: Migrate to /clr for information on changing your native project to support managed code.

这篇关于C ++为字节code编译器CLR?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆