新手求助VC++6.0问题
代码如下:#include <stdio.h>
void main()
{
printf ("This is a C program.\n");
}
为什么编译不能通过,提示如下:
--------------------Configuration: test - Win32 Debug--------------------
Compiling...
Error spawning cl.exe
test.obj - 1 error(s), 0 warning(s)
我的文件名是test.c,为什么编译后变成test.obj?