分类: Windows平台
2013-11-29 14:41:23
引用http://blog.163.com/f_jinyi/blog/static/31180315200915101320966/
VC6错误提示:
-------------------Configuration: ex04a - Win32 Debug--------------------
Compiling...
ex04aView.cpp
Linking...
Creating browse info file...
BSCMAKE: warning BK4502 : truncated .SBR file '.\Debug\StdAfx.sbr' not in Debug/ex04a.bsc
BSCMAKE: error BK1513 : nonincremental update requires all .SBR files
Error executing bscmake.exe.
ex04a.exe - 1 error(s), 1 warning(s)
这个文件没什么影响,它是为了browser source(方便浏览源代码而生成的文件)
解决办法:
1 删除debug目录,工程重新全部编译
2 可能是 BSCMAKE.EXE 生成 bsr 文件出错了,那就不生成得了.
Project -> Settings -> C/C++
在 Category 下拉框中选择 Listing Files
去掉 Generate browse info 这个选择框前面的勾.