Posted: Thu Mar 03, 2005 3:55 pm
ummmm, your code dont seem familiar and it doesnt compile from the cmd prompt , you might want to check that syntax again.
This is correct AFAIK:
/Pete.
This is correct AFAIK:
I tried compiling yours from TP and got :public class FirstClass
{
public static void Main()
{
System.Console.WriteLine("Hello World");
}
}
And it errors from the cmd prompt using .cpp and .cs extensions.Microsoft (R) C/C++ Standard Compiler Version 13.10.3077 for .NET Framework
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
hmmm.cpp
Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
/out:hmmm.exe
hmmm.obj
LINK : fatal error LNK1104: cannot open file 'LIBCMT.lib'
Tool completed with exit code 2
/Pete.