How do you create a project to create C code. I've continually gotten error messages everytime I compile. Visual 6 never gave me this issue. Please help =/
William DePalo [MVP VC++] - 17 Jul 2004 22:03 GMT
> How do you create a project to create C code. I've continually gotten error messages everytime I compile. Visual 6 never gave me this issue.
Please help =/
Click File->New->Project.
"Open" the "Visual C++ Projects" folder. Click on Win32.
Then choose the "Win32 Console Project" icon.
Give your project a name and click Next.
On the next dialog click "Application Settings" and select "Console
Application" and "Empty Project".
Regards,
Will
roman ziak - 18 Jul 2004 23:53 GMT
> How do you create a project to create C code. I've continually gotten error messages everytime I compile. Visual 6 never gave me this issue. Please help =/
If I understand the question, you are asking about compiling the code as
C instead of default C++. There is a setting in Project Properties ->
C/C++ -> Advanced -> Compile As. You can specify this project-wide or on
particular files.
Roman