Foo
2003-10-15 16:44:25 UTC
Hi,
This is one of the stranger problems I've had and apparently, this is
not common since searches all across the net have turned up nothing.
We have a large code based of C++ code, heavy use of templates and
advanced C++ features. We've been using Intel C++ with VisualStudio 6
since the MSVC compilers prior to VC++7.1 couldn't compile the code at
all. Just recently, we installed VisualStudio.NET 2003 and now we
randomly get errors like the following while linking very simple example
programs. In fact, in a directory of 10 of our examples, 9 of the 10
will link fine and then one will fail as shown below. Additionally, at
different times on a second machine, the one that fails is a different
one and sometimes they all link.
---------------------------------------------------------------------
LINK : fatal error LNK1000: Internal error during LIB::Search
Version 7.10.3077
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 00470E82 (00400000)
"c:\Progra~1\Micros~2.NET\VC7\Bin\link.exe"
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 01156000
CONTEXT:
Eax = 01156000 Esp = 0012EC08
Ebx = 025B00B0 Ebp = 01155FDA
Ecx = 0040000A Esi = 01155FDA
Edx = 01155FDB Edi = 025B00B0
Eip = 00470E82 EFlags = 00010206
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 00000038 SegGs = 00000000
Dr0 = 0012EC08 Dr3 = 025B00B0
Dr1 = 01155FDA Dr6 = 0040000A
Dr2 = 00000000 Dr7 = 00000000
---------------------------------------------------------------------
A search of these groups show no mention of this error message and a
search of the web show only the definition of this as an unknown linker
error.
Any ideas???????
This is one of the stranger problems I've had and apparently, this is
not common since searches all across the net have turned up nothing.
We have a large code based of C++ code, heavy use of templates and
advanced C++ features. We've been using Intel C++ with VisualStudio 6
since the MSVC compilers prior to VC++7.1 couldn't compile the code at
all. Just recently, we installed VisualStudio.NET 2003 and now we
randomly get errors like the following while linking very simple example
programs. In fact, in a directory of 10 of our examples, 9 of the 10
will link fine and then one will fail as shown below. Additionally, at
different times on a second machine, the one that fails is a different
one and sometimes they all link.
---------------------------------------------------------------------
LINK : fatal error LNK1000: Internal error during LIB::Search
Version 7.10.3077
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 00470E82 (00400000)
"c:\Progra~1\Micros~2.NET\VC7\Bin\link.exe"
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 01156000
CONTEXT:
Eax = 01156000 Esp = 0012EC08
Ebx = 025B00B0 Ebp = 01155FDA
Ecx = 0040000A Esi = 01155FDA
Edx = 01155FDB Edi = 025B00B0
Eip = 00470E82 EFlags = 00010206
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 00000038 SegGs = 00000000
Dr0 = 0012EC08 Dr3 = 025B00B0
Dr1 = 01155FDA Dr6 = 0040000A
Dr2 = 00000000 Dr7 = 00000000
---------------------------------------------------------------------
A search of these groups show no mention of this error message and a
search of the web show only the definition of this as an unknown linker
error.
Any ideas???????