B
beaTTech
The other day i tried my first bit of c++. I was writing a really
small program,something like this:
#include "stdafx.h"
#using <mscorlib.dll>
using namespace System;
int _tmain()
{
Console::WriteLine("Hi");
return 0;
}
Which i know is simple but i still get this error ....
`fatal error C1190: managed targeted code requires '#using
<mscorlib.dll>' and '/clr' option`
is there something wrong with my visual studio or me..?
Im using visual studio .NET 2003 arch
small program,something like this:
#include "stdafx.h"
#using <mscorlib.dll>
using namespace System;
int _tmain()
{
Console::WriteLine("Hi");
return 0;
}
Which i know is simple but i still get this error ....
`fatal error C1190: managed targeted code requires '#using
<mscorlib.dll>' and '/clr' option`
is there something wrong with my visual studio or me..?
Im using visual studio .NET 2003 arch