The code now looks like
and I still get the same error message.Code:#using <mscorlib.dll> using namespace System; int _tmain() { return EXIT_SUCCESS; }
and I have also gone to the extreme of
same problem.Code:int _tmain() { return EXIT_SUCCESS; }
Leaves me to ask does .Net 1.1 actually work?




Reply With Quote