When doing a "Whole Program Optimization" release build, I get the following
error during LINK:-
Searching \main\Binaries\ lib\pc_retail\A AALibs.lib:
LINK : fatal error LNK1000: Internal error during LIB::Search
Version 7.10.3077
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddres s = 10707ADA (10700000) "C:\Program Files\Microsoft
Visual Studio .NET 2003\Vc7\bin\c2 .dll"
NumberParameter s = 00000002
ExceptionInform ation[ 0] = 00000000
ExceptionInform ation[ 1] = 00000000
CONTEXT:
Eax = 00000000 Esp = 0013E710
Ebx = 0346B992 Ebp = 0013E98C
Ecx = 00000000 Esi = 7900AD90
Edx = 3E85F6F8 Edi = 00000000
Eip = 10707ADA EFlags = 00010246
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0013E710 Dr3 = 0346B992
Dr1 = 0013E98C Dr6 = 00000000
Dr2 = 00000000 Dr7 = 00000000
Is there a fix for this, has anyone else experienced the problem?
I believe it has something to do with the 3 gigs of precompiled headers that
our project is using - but it might not be?
Robert