fatal error question

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top