fatal error question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I tried to use the following code in MS VS .Net 2003 VS C++

#using <mscorlib.dll>
using namespace System;

but i get fatal error C1190: managed targeted code requires '#using
<mscorlib.dll>' and '/clr' option.

i dont know where to put the /clr option. please help! Thank you!
 
Back
Top