Follow Us
Contribute
  • Register

Fatal Error C1190: managed targeted code requires a '/clr' option

0 votes

You are using CLR constructs but you did not specify /clr. Ex:

// compile with: /c
__gc class A {};   // C1190
ref class A {};

requested 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

Your solution

Email me at this address if my solution is selected or commented on:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

0 Solutions

Related errors