Linking...
nafxcw.lib(occlock.obj) : error : Internal error during Pass2
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 1030FF80
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = BF664C18
CONTEXT:
Eax = EF97F018 Esp = 0018EDD0
Ebx = 00000001 Ebp = 0018EF0C
Ecx = 0018EF32 Esi = 0064CB08
Edx = EF980018 Edi = 01068BB8
Eip = 1030FF80 EFlags = 00010286
SegCs = 00000023 SegDs = 0000002B
SegSs = 0000002B SegEs = 0000002B
SegFs = 00000053 SegGs = 0000002B
Dr0 = 0018EDD0 Dr3 = 00000001
Dr1 = 0018EF0C Dr6 = 0018EF32
Dr2 = 00000000 Dr7 = 00000000
执行 link.exe 时出错.
Tool execution canceled by user.
http://blog.csdn.net/yukin_xue/article/details/7735715
从英文直接翻译,是工具在执行过程中被用户取消了,是不是你在编译时候等待时间过长,你自己取消了?
擦,还在用vc6啊
打了sp6补丁包了没?重新Rebuild All一下再试试看~