
找不到指定文件
ChangZhang106
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
this required file cannot be loaded
Cannot start tool. 系统找不到指定的文件。 Error spawning ‘vcspawn.exe’. The build could not be performed. 1、提示少什么文件,我少的是vcspawn.exe,可以在C:\Program Files\Microsoft Visual Studio\COMMON\MSDev98\Bin找到vcspawn.exe, 去粘...原创 2018-11-18 15:07:57 · 1162 阅读 · 0 评论 -
VC6.0报错:"Error spawning 'vcspawn.exe'. The build could not be performed"解决方法 (2011-05-05 10:14:50)
很长时间没有使用VC6.0.今天有个程序需要在VC6.0下编译,结果出现了这个报错,在网上找了一通,按照他们的方法搞了一通也没有解决,我毕竟身经百战,自己思考了一下,还是解决了.做下面的一些工作,基本上可以解决: 1.设置系统环境变量:ComSpec=C:\Windows\System32\Cmd.exe 2.看看C:\Program Files\Microsoft Visual Studio\...转载 2018-11-18 15:09:03 · 5888 阅读 · 2 评论