|
hi, i need some help.
when i write below header in my source code:
#using <mscorlib.dll>
using namespace System;
using namespace System::IO;
using namespace System::Collections;
to use with StreamReader in my application, but after compiled, the error display: fatal error C1021: invalid preprocessor command 'using'
could anyone please help tell me what is going wrong with this header?
<Added>
hi, i need some help.
when i write below header in my source code:
#using <mscorlib.dll>
using namespace System;
using namespace System::IO;
using namespace System::Collections;
to use with StreamReader in my application, but after compiled using visual C++, the error display: fatal error C1021: invalid preprocessor command 'using'
could anyone please help tell me what is going wrong with this header?
|
|
|
|
|
|
|
// |