הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
managed targeted code requires a '/clr' option
Remarks
You are using CLR constructs but you did not specify /clr.
For more information, see /clr (Common Language Runtime Compilation).
Example
The following example generates C1190:
// C1190.cpp
// compile with: /c
__gc class A {}; // C1190
ref class A {};