Hi,
I have just installed VC++7(Visual Studio.NET) on Windows 2000.
However when I do New Project > Win32 Project > Console app, it creates a main function like this:
int _tmain(int argc, _TCHAR* argv[])
I realise that this is for multibyte programs, but I don't want that.
How do I get it to create a normal Main function.
Thanksssss
