BullseyeCoverage
With Visual Studio 2008, the error below occurs.
LINK : fatal error LNK1000: Internal error during LinkerMain Version 9.00.... ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = ... NumberParameters = 00000002 ExceptionInformation[ 0] = ... ExceptionInformation[ 1] = ... CONTEXT: Eax = ... Esp = ... Ebx = ... Ebp = ... Ecx = 3FFF03E8 Esi = 3FFF0410 Edx = ... Edi = ... Eip = ... EFlags = ... SegCs = ... SegDs = ... SegSs = ... SegEs = ... SegFs = ... SegGs = ... Dr0 = 00000000 Dr3 = 00000000 Dr1 = 00000000 Dr6 = 00000000 Dr2 = 00000000 Dr7 = 00000000
The problem is due to a bug in the Microsoft linker.
There are two alternatives:
Project Properties
,
then navigate to Linker General
and change the setting Enable Incremental Linking
.
Updated: 26 Mar 2013
Copyright © Bullseye Testing Technology. All Rights Reserved.