Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Internal error during ReadSymbolTable

Internal error during ReadSymbolTable

Scheduled Pinned Locked Moved C / C++ / MFC
debugginghelptutorialquestionannouncement
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Balkrishna Talele
    wrote on last edited by
    #1

    I get the following error, after i complie from release mode to debug mode, I aslo go for full rebuild, but still i get the below stuff, CAN any one explain me what this error is and how to resolve this error!!! Linking... LINK : LNK6004: Debug/MMCt.exe not found or not built by the last incremental link; performing full link LINK : error : Internal error during ReadSymbolTable ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 004622E0 NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 0059F218 CONTEXT: Eax = FFFFFFFF Esp = 0012E6BC Ebx = 00000002 Ebp = 0059DE98 Ecx = 032E0164 Esi = 00000271 Edx = 00000BB4 Edi = 403EF0CC Eip = 004622E0 EFlags = 00010206 SegCs = 0000001B SegDs = 00000023 SegSs = 00000023 SegEs = 00000023 SegFs = 00000038 SegGs = 00000000 Dr0 = 0012E6BC Dr3 = 00000002 Dr1 = 0059DE98 Dr6 = 032E0164 Dr2 = 00000000 Dr7 = 00000000 Error executing link.exe. Tool execution canceled by user. /* and i never canceled the execution but still i get "Tool execution canceled by user." WHY?

    M D 2 Replies Last reply
    0
    • B Balkrishna Talele

      I get the following error, after i complie from release mode to debug mode, I aslo go for full rebuild, but still i get the below stuff, CAN any one explain me what this error is and how to resolve this error!!! Linking... LINK : LNK6004: Debug/MMCt.exe not found or not built by the last incremental link; performing full link LINK : error : Internal error during ReadSymbolTable ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 004622E0 NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 0059F218 CONTEXT: Eax = FFFFFFFF Esp = 0012E6BC Ebx = 00000002 Ebp = 0059DE98 Ecx = 032E0164 Esi = 00000271 Edx = 00000BB4 Edi = 403EF0CC Eip = 004622E0 EFlags = 00010206 SegCs = 0000001B SegDs = 00000023 SegSs = 00000023 SegEs = 00000023 SegFs = 00000038 SegGs = 00000000 Dr0 = 0012E6BC Dr3 = 00000002 Dr1 = 0059DE98 Dr6 = 032E0164 Dr2 = 00000000 Dr7 = 00000000 Error executing link.exe. Tool execution canceled by user. /* and i never canceled the execution but still i get "Tool execution canceled by user." WHY?

      M Offline
      M Offline
      Monty2
      wrote on last edited by
      #2

      What version of VC sre you using ? try to complie on another machine Live as if your were to die tomorrow. Learn as if you were to live forever. -Mahatma Gandhi

      B 1 Reply Last reply
      0
      • M Monty2

        What version of VC sre you using ? try to complie on another machine Live as if your were to die tomorrow. Learn as if you were to live forever. -Mahatma Gandhi

        B Offline
        B Offline
        Balkrishna Talele
        wrote on last edited by
        #3

        thanks, I am using VC 6.0/Win2000 and P-3 with 256 RAM, but why do i get this error?

        M 1 Reply Last reply
        0
        • B Balkrishna Talele

          thanks, I am using VC 6.0/Win2000 and P-3 with 256 RAM, but why do i get this error?

          M Offline
          M Offline
          Monty2
          wrote on last edited by
          #4

          While Compiling ur Program the compiler Screwed up ! check ur project settings are you using any external lib files , check them and try it on another PC Live as if your were to die tomorrow. Learn as if you were to live forever. -Mahatma Gandhi

          B 1 Reply Last reply
          0
          • M Monty2

            While Compiling ur Program the compiler Screwed up ! check ur project settings are you using any external lib files , check them and try it on another PC Live as if your were to die tomorrow. Learn as if you were to live forever. -Mahatma Gandhi

            B Offline
            B Offline
            Balkrishna Talele
            wrote on last edited by
            #5

            finally, I happen to solve it in different fashion, I delete debug version, copied the release version and checked all the option for debug and it worked, its pathetic. regards Balkrishna talele

            1 Reply Last reply
            0
            • B Balkrishna Talele

              I get the following error, after i complie from release mode to debug mode, I aslo go for full rebuild, but still i get the below stuff, CAN any one explain me what this error is and how to resolve this error!!! Linking... LINK : LNK6004: Debug/MMCt.exe not found or not built by the last incremental link; performing full link LINK : error : Internal error during ReadSymbolTable ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 004622E0 NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 0059F218 CONTEXT: Eax = FFFFFFFF Esp = 0012E6BC Ebx = 00000002 Ebp = 0059DE98 Ecx = 032E0164 Esi = 00000271 Edx = 00000BB4 Edi = 403EF0CC Eip = 004622E0 EFlags = 00010206 SegCs = 0000001B SegDs = 00000023 SegSs = 00000023 SegEs = 00000023 SegFs = 00000038 SegGs = 00000000 Dr0 = 0012E6BC Dr3 = 00000002 Dr1 = 0059DE98 Dr6 = 032E0164 Dr2 = 00000000 Dr7 = 00000000 Error executing link.exe. Tool execution canceled by user. /* and i never canceled the execution but still i get "Tool execution canceled by user." WHY?

              D Offline
              D Offline
              Daren Church
              wrote on last edited by
              #6

              Well this may be almost a decade too late but in case anyone else is experiencing this problem, I found the solution by changing code optimisation settings from Max Speed to Default in the C++ tab of VC6.

              B 1 Reply Last reply
              0
              • D Daren Church

                Well this may be almost a decade too late but in case anyone else is experiencing this problem, I found the solution by changing code optimisation settings from Max Speed to Default in the C++ tab of VC6.

                B Offline
                B Offline
                Balkrishna Talele
                wrote on last edited by
                #7

                thanks for the answer, even though late not an issue, but it is logical answer, once again thanks regards Balkrishna Talele

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups