BSCMAKE: error BK1513 : nonincremental update requires all .SBR files

来源:互联网 发布:汇编和c语言哪个快 编辑:程序博客网 时间:2024/05/22 12:30

引用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   这个选择框前面的勾.

4 0
原创粉丝点击