Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link error

Status
Not open for further replies.

drska

Programmer
May 21, 2004
14
HR
suddendly when I tried to build my project, this link error message started appearing:

LINK : error : Internal error during SetupPhase
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 00436134
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 00000018
CONTEXT:
Eax = 00000000 Esp = 0012F598
Ebx = 3FFF923C Ebp = 3FFF2A38
Ecx = 00000000 Esi = 3FFF3C1C
Edx = 3587DA85 Edi = 004FF539
Eip = 00436134 EFlags = 00010202
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 00000038 SegGs = 00000000
Dr0 = 0012F598 Dr3 = 3FFF923C
Dr1 = 3FFF2A38 Dr6 = 00000000
Dr2 = 00000000 Dr7 = 00000000
Error executing link.exe.
Tool execution canceled by user.

How to solve this??
 
It's not a linker error message, your linker is crashing!.

Have you tried doing "Build->Clean" and then rebuilding everything?

--
 
Well, when I do this it all goes well...
But wo you know what would be a better solution than this??
btw. thnx
 
> Well, when I do this it all goes well...
You mean the "Rebuild All" ?

Well you only need to do it once to just sort everything out and start with a clean sheet as it were.

After that, normal incremental builds should work just fine.

--
 
I'm afraid it doesn't.
Build just never finishes. I can work some things with envirement like using menues, but I can't stop the build.
I still haven't worked it out....???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top