在C++中使用带有预编译标头的 #using < System.dll>

Using #using <System.dll> with precompiled headers in C++

本文关键字:#using gt lt System dll C++ 编译      更新时间:2023-10-16

在这里有任何使用

的可能性
#using <System.dll>

在C 中使用Visual Studio 2005中的预编译标头?现在我发现错误:

Error 10 fatal error C1190: managed targeted code requires a '/clr' option

错误消息告诉您一切。要启用此指令,您需要启用Common Language Runtime Support-您可以在项目的属性中找到此选项。

也阅读此