编连Release版本时出现以下错误:
Linking...
LINK : error : Internal error during ReadSymbolTable
  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 004623F2
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 00000008
CONTEXT:
  Eax    = 009109C0  Esp    = 0012E6D8
  Ebx    = 00000002  Ebp    = 01A040E2
  Ecx    = 009109C0  Esi    = 01960924
  Edx    = 00000000  Edi    = 01960924
  Eip    = 004623F2  EFlags = 00010246
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 0000003B  SegGs  = 00000000
  Dr0    = 0012E6D8  Dr3    = 00000002
  Dr1    = 01A040E2  Dr6    = 009109C0
  Dr2    = 00000000  Dr7    = 00000000
Error executing link.exe.
Tool execution canceled by user.
Debug版本一切正常。
程序中用到了第三方的dll。请问怎么解决这个问题?谢谢!

解决方案 »

  1.   

    1、有时编译环境设置参数的时候,在DEBUG和RELEASE设置不一样,如LZ引用DLL的情况,可能在debug下设置成功,但没有在release版设置,就会出错.
      

  2.   

    小弟虽然不才,但是还不至于连Project Setting都不懂。编译已经通过,问题出在链接上。
      

  3.   

    你用的编译器是哪个版本的?
    如果方便,可以把源代码给我发过来,我看看能不能帮你解决。[email protected]
    例外,还可以修改使用DLL的方式,再试试
      

  4.   

    时间到了,无答案结贴。其实问题很莫名其妙,dll的问题吗?想不通
      

  5.   

    我也出了同样问题,还没解决。~~~~(>_<)~~~~