[求助]VC++问题,组建的错误?
编译--------------------Configuration: soft - Win32 Debug--------------------
Compiling...
Skipping... (no relevant changes detected)
soft.cpp
soft.obj - 0 error(s), 0 warning(s)
组建
--------------------Configuration: soft - Win32 Debug--------------------
Linking...
LINK : LNK6004: Debug/soft.exe not found or not built by the last incremental link; performing full link
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /OPT specification
.\Debug\soft.obj : error : Internal error during ReadSymbolTable
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 00465464
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000001
ExceptionInformation[ 1] = 00000026
CONTEXT:
Eax = 0000000E Esp = 0012F4D4
Ebx = 3FFF0000 Ebp = 42100048
Ecx = 3FFF1828 Esi = 00000024
Edx = 3FFF239C Edi = 3FFF23DC
Eip = 00465464 EFlags = 00010202
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0012F4D4 Dr3 = 3FFF0000
Dr1 = 42100048 Dr6 = 3FFF1828
Dr2 = 00000000 Dr7 = 00000000
执行 link.exe 时出错.
Tool execution canceled by user.