G
Guest
Is it possible to create a C project within Visual Studio 2005?
There is no project wizard for C projects in Visual C++ 2005, but you can
modify a C++ project.
The Visual C++ compiler has an optoin /TC -> compile as C code. In the
project settings, you can find this under
Configuation Properties->C/C++->Advanced->Compile As