VC6.0使用问题
大家好!我的VC++6.0 在装好后,我在DEVC++中调试通过的程序,在VC6.0中无法运行!
代码
#include <stdio.h>
int main(void)
{
printf("text");
return 0;
}
编译器报错信息为
--------------------Configuration: text2 - Win32 Debug--------------------
Compiling...
StdAfx.cpp
Compiling...
text2.cpp
text.cpp
d:\software\text\text2\text.cpp(7) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Generating Code...
执行 cl.exe 时出错.
text2.exe - 1 error(s), 0 warning(s)
我一直不知道是什么原因!