在托管 c++ 中添加对 c# 项目的引用项目
我正在用托管 c++ 编写一个项目,但我对它有点生疏。 我知道您可以使用 #using 指令引用系统程序集。
在 C# 中,您可以添加对项目的引用。是否可以在托管 C++ 中执行相同的操作?如果是,我该怎么做?
I am writing a project in managed c++, and I am a bit rusty with it.
I know that you can reference system assemblies with #using directive.
In c#, you can add a reference to a project. Is it possible to do the same in managed c++? If yes, how would I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击您的项目,然后选择引用。
在“通用属性”->“框架和引用”下,只需单击“添加新引用”。
Right click on your project and then select References.
Under Common Properties->Framework and References, just click on Add new reference.