Regarding Linking error Please Help me. It's a bit urgent
-
Hello all, When I tried to compile my program, I am having following error. If you know how to resolve please help me. Linking... mfcs42d.lib(stdafx.obj) : error : Internal error during Pass2 ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 1030C9DE NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 00000014 CONTEXT: Eax = 00000000 Esp = 0012F0B0 Ebx = 00377DD0 Ebp = 0012F0C0 Ecx = 00000000 Esi = 00377DD0 Edx = 00001003 Edi = 00001003 Eip = 1030C9DE EFlags = 00010256 SegCs = 0000001B SegDs = 00000023 SegSs = 00000023 SegEs = 00000023 SegFs = 0000003B SegGs = 00000000 Dr0 = 0012F0B0 Dr3 = 00377DD0 Dr1 = 0012F0C0 Dr6 = 00000000 Dr2 = 00000000 Dr7 = 00000000 Error executing link.exe. Tool execution canceled by user. Thanks for ur prompt reply. Regards, Nikhs Nikhil Trivedi
-
Hello all, When I tried to compile my program, I am having following error. If you know how to resolve please help me. Linking... mfcs42d.lib(stdafx.obj) : error : Internal error during Pass2 ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 1030C9DE NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 00000014 CONTEXT: Eax = 00000000 Esp = 0012F0B0 Ebx = 00377DD0 Ebp = 0012F0C0 Ecx = 00000000 Esi = 00377DD0 Edx = 00001003 Edi = 00001003 Eip = 1030C9DE EFlags = 00010256 SegCs = 0000001B SegDs = 00000023 SegSs = 00000023 SegEs = 00000023 SegFs = 0000003B SegGs = 00000000 Dr0 = 0012F0B0 Dr3 = 00377DD0 Dr1 = 0012F0C0 Dr6 = 00000000 Dr2 = 00000000 Dr7 = 00000000 Error executing link.exe. Tool execution canceled by user. Thanks for ur prompt reply. Regards, Nikhs Nikhil Trivedi
If you are using VS.NET 2002, there is a fix available in Microsoft website @ http://support.microsoft.com/kb/826326[^] if you are using a later version, then try complete clean build
-
If you are using VS.NET 2002, there is a fix available in Microsoft website @ http://support.microsoft.com/kb/826326[^] if you are using a later version, then try complete clean build
I am using Visual Studio 6.0. Can I use the link you provided for VS.net 2002 ? Let me know at the earliest please. Thanks for the reply. Regards, Nikhs Nikhil Trivedi
-
I am using Visual Studio 6.0. Can I use the link you provided for VS.net 2002 ? Let me know at the earliest please. Thanks for the reply. Regards, Nikhs Nikhil Trivedi
I dont think you can use that, but you can give a try. You can try other things like - make sure you dont have any whitespaces in yout temp/tmp directory names. - make sure that you dont have any whitespaces in your object(.obj) file names - make sure you are using link.exe that you think you are using Cheers