2009-11-05 212 views
0

我開始一個對話窗口,我調試它(​​加什麼)一個MFC應用程序,我給我一個鏈接錯誤 我上發佈MOD運行它,它的工作Visual Studio 2008的MFC鏈接錯誤

我的操作系統是Windows 7

我應該怎麼辦

錯誤:

LINK : fatal error LNK1000: Internal error during IncrBuildImage 
1> Version 9.00.21022.08 
1> ExceptionCode   = C0000005 
1> ExceptionFlags   = 00000000 
1> ExceptionAddress   = 00E7FCF7 (00E00000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe" 
1> NumberParameters   = 00000002 
1> ExceptionInformation[ 0] = 00000000 
1> ExceptionInformation[ 1] = 00D1D670 
1>CONTEXT: 
1> Eax = 400BCC58 Esp = 0034ECB4 
1> Ebx = 40008164 Ebp = 0034ECDC 
1> Ecx = 00D1D670 Esi = 400BCAEC 
1> Edx = 0034ECCC Edi = 00E0D6C0 
1> Eip = 00E7FCF7 EFlags = 00010246 
1> SegCs = 00000023 SegDs = 0000002B 
1> SegSs = 0000002B SegEs = 0000002B 
1> SegFs = 00000053 SegGs = 0000002B 
1> Dr0 = 00000000 Dr3 = 00000000 
1> Dr1 = 00000000 Dr6 = 00000000 
1> Dr2 = 00000000 Dr7 = 00000000 
1>Build log was saved at "file://c:\Users\arda\Documents\Visual Studio 2008\Projects\1234\1234\Debug\BuildLog.htm" 
1>1234 - 1 error(s), 0 warning(s) 

alt text

+1

你能發表具體的錯誤嗎? – Freddy 2009-11-05 12:22:21

+0

[如何解決致命錯誤LNK1000:IncrBuildImage期間內部錯誤?]可能重複(http://stackoverflow.com/questions/2001289/how-to-resolve-fatal-error-lnk1000-internal-error-during-incrbuildimage ) – sashoalm 2016-07-04 11:56:09

回答

1

完全重建調試配置。有時開發人員工作室會讓自己感到困惑。如果這不起作用,請退出devstudio,刪除所有.suo,.ncb和.ilk文件,然後嘗試其他重建。