作者在 2011-08-29 22:46:33 发布以下内容
使用VC6.0编译器,关闭时,出现:
You cannot close the workspace while a build is in progress. Select the stop Build command before closing the workspace
解决方案:
One advice is to update to the latest service pack (SP6).
更新服务包。
1. Do not build simultaneously in multiple instances.
2. Do not run any other instance while one is building silently.
3. Do not start VS/VC by double-clicking .dsw files.
1.不要同时建立多个实例
2.不要运行其他实例,当一个还在建立时。
3.不要双击.dsw打开VS/VC
http://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/5e21c985-c7aa-4960-925b-06b683a5ebc7
更新服务包。
1. Do not build simultaneously in multiple instances.
2. Do not run any other instance while one is building silently.
3. Do not start VS/VC by double-clicking .dsw files.
1.不要同时建立多个实例
2.不要运行其他实例,当一个还在建立时。
3.不要双击.dsw打开VS/VC
http://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/5e21c985-c7aa-4960-925b-06b683a5ebc7
以上方法,没有试过。
我的建议是安装VC6英文版,再打个sp6补丁~~~~