G
Guest
I was so happy to find the BitArray class.
Until I 'cut and pasted' the following sample code from Visual Studio's help:
#using <mscorlib.dll>
#using <system.dll>
using namespace System;
using namespace System::Collections;
I got the following error repeated 4 times:
fatal error C1190: managed targeted code requires '#using <mscorlib.dll>'
and '/clr' option
Sorry if this is a 'newbie' question, but has anyone seen this before and
know what to do? Can I buy a vowel? Is Visual Studio telling me I have to
build my OS dll's with the '/clr' option for heaven's sake?! Obviously I
can't do that.
Until I 'cut and pasted' the following sample code from Visual Studio's help:
#using <mscorlib.dll>
#using <system.dll>
using namespace System;
using namespace System::Collections;
I got the following error repeated 4 times:
fatal error C1190: managed targeted code requires '#using <mscorlib.dll>'
and '/clr' option
Sorry if this is a 'newbie' question, but has anyone seen this before and
know what to do? Can I buy a vowel? Is Visual Studio telling me I have to
build my OS dll's with the '/clr' option for heaven's sake?! Obviously I
can't do that.