VC 6 编译时一直处于Linking...状态,无响应

我安装上VC后,一编译程序,要么一直处于编译状态,要么处于linking...状态,VC就像死了一样。

不管英文版,中文版,装没装补丁都那样。

有时候VC经常 出现这样的情况,运行的时候,显示linking无法中止,关也关不了;
点stop build也不行
只好CTRL+ALT+DEL关掉。

应该是VC的BUG。。。。。
我有时也出现过这种情况 。

终于找到了,我装了卡巴斯基就这样子,把它关了,就可以LINK了。

这种情况看来是VC经常发生的问题,解决办法似乎只有强制关闭,重新打开时注意先Clean掉Debug下的东西。再编译应该不会卡了。 

=================

1) Ensure that your program is clean from viruses. If you have anti-virus installed, turn off real-time files system protection.
2) Ensure that you have enough free disk space
3) Install the latest Visual Studio Service Pack
If this doesn't help, uninstall Visual Studio, install in again and install the latest Service Pack.

=================

Do you use Norton Anti-Virus or a similar program?  If so, then try DISABLING it for the folders where you are building VC++ applications. 
There is very little chance that a virus will end up there (unless you're writing one) and the coincidence of ongoing virus scanning and VC++'s operations seem to cause a conflict.

=================

http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20807862.html

原文地址:https://www.cnblogs.com/emanlee/p/1430447.html