|
-
Nov 3rd, 2002, 05:31 AM
#1
Thread Starter
Lively Member
VC++7 Problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|