VS 2013 Link1000

时间:2016-02-11 14:54:22

标签: visual-studio-2008

我尝试使用platformtoolset VS 2008(v90)使用VS 2013编译一个真正的大项目。 我必须使用这个platformtoolset,因为该项目是使用VS2008开发的。

我在使用这个特定的VS时已经解决了一些常见问题,但当前的错误让我感到疑惑。 所有的库已成功创建,但似乎链接器遇到了.exe ...

的问题

完整的错误日志(请注意link.exe也会因'Microsoft(R)增量链接器不再起作用而崩溃')。

16>  Copyright (C) Microsoft Corporation.  All rights reserved.
16>  
16>  
16>  
16>LINK : fatal error LNK1000: Internal error during IncrBuildImage
16>  
16>    Version 9.00.21022.08
16>  
16>    ExceptionCode            = C0000005
16>    ExceptionFlags           = 00000000
16>    ExceptionAddress         = 0118FCF7 (01110000) "F:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
16>    NumberParameters         = 00000002
16>    ExceptionInformation[ 0] = 00000000
16>    ExceptionInformation[ 1] = 00F9D670
16>  
16>  CONTEXT:
16>    Eax    = 41D3CC40  Esp    = 003FEFB4
16>    Ebx    = 40008178  Ebp    = 003FEFDC
16>    Ecx    = 00F9D670  Esi    = 41D3CAC0
16>    Edx    = 003FEFCC  Edi    = 0111D6C0
16>    Eip    = 0118FCF7  EFlags = 00010246
16>    SegCs  = 00000023  SegDs  = 0000002B
16>    SegSs  = 0000002B  SegEs  = 0000002B
16>    SegFs  = 00000053  SegGs  = 0000002B
16>    Dr0    = 00000000  Dr3    = 00000000
16>    Dr1    = 00000000  Dr6    = 00000000
16>    Dr2    = 00000000  Dr7    = 00000000
========== Alles neu erstellen: 15 erfolgreich, 1 fehlerhaft, 0 übersprungen ==========

最后一行是德语(我使用德语VS)。意思是'一切都创造了新的:15个成功,1个有缺陷,0个跳跃......

我在互联网上找到了这个'修复',但服务器似乎离线了... http://archive.msdn.microsoft.com/KB948127

也许其他人知道如何解决这个问题?

0 个答案:

没有答案