装了Delphi后,VC不能用了,一个简单的程序:
#include<stdio.h>
void main(void)
{printf("asdfg");
}
运行时出现如下Link错误:
--------------------Configuration: PI - Win32 Debug--------------------
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/PI.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.PI.exe - 2 error(s), 0 warning(s)是不是VC中有什么地方设置有问题?请教!
装了Delphi,难道有影响?