【问题标题】:visual studio 2008 MFC linker errorVisual Studio 2008 MFC 链接器错误
【发布时间】:2010-12-13 09:43:22
【问题描述】:

我用一个对话窗口启动一个 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)

【问题讨论】:

标签: visual-studio-2008 mfc


【解决方案1】:
【解决方案2】:

调试配置的完全重建。有时开发者工作室只是让自己感到困惑。如果这不起作用,请退出 devstudio,删除所有 .suo、.ncb 和 .ilk 文件,然后尝试再次重建。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-08-26
    • 1970-01-01
    • 2010-11-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多