roa*_*242 10 c++ visual-studio-2010
我使用msbuild编译Visual Studio 2010解决方案,需要成功构建而不会出现任何错误.
但每次我运行msbuild/rebuild(或直接使用Visual Studio清理和编译我的解决方案)时,我会得到几个像这样的bscmake错误(有时在没有清理的情况下再次编译时错误会消失,但这对我来说不是一个好的解决方案msbuild两次):
[...]
10> Generating Code...
11> xxxxxxxx\mshtml.tlh(63588): warning BK4504: file contains too many references; ignoring further references from this source
11>
11>BSCMAKE : error BK1500: Internal error
11>
11> Version 10.00.30319.01
11>
11> ExceptionCode = C0000005
11> ExceptionFlags = 00000000
11> ExceptionAddress = 001343DA (00130000) "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\bscmake.exe"
11> NumberParameters = 00000002
11> ExceptionInformation[ 0] = 00000000
11> ExceptionInformation[ 1] = 00000000
11>
11> CONTEXT:
11> Eax = 00141B30 Esp = 003CF1C0
11> Ebx = 04B142C6 Ebp = 003CF770
11> Ecx = 04BB621C Esi = 00000006
11> Edx = 00000000 Edi = 00000001
11> Eip = 001343DA EFlags = 00010293
11> SegCs = 00000023 SegDs = 0000002B
11> SegSs = 0000002B SegEs = 0000002B
11> SegFs = 00000053 SegGs = 0000002B
11> Dr0 = 00000000 Dr3 = 00000000
11> Dr1 = 00000000 Dr6 = 00000000
11> Dr2 = 00000000 Dr7 = 00000000
[...]
Run Code Online (Sandbox Code Playgroud)
关键是,我不需要我的发布的浏览信息,我不希望出现此错误消息(有可能隐藏这样的错误与visual stuido 2008,但我认为编译器参数是否更长的时间).
如何隐藏bscmake错误?
我可以停用bscmake(发布版本)吗?
roa*_*242 14
根据Hans Passants的评论:

谢谢!
| 归档时间: |
|
| 查看次数: |
7039 次 |
| 最近记录: |