各位高手,我的vc++6.0编译的时候没有问题,运行的时候为什么总是报告一个错误?
# include <stdio.h>void main ()
{
printf("h");
}
编译是没有错误,运行的时候总是报告这个错误--------------Configuration: oop - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/oop.exe"
执行 link.exe 时出错.
oop.exe - 1 error(s), 0 warning(s)