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 compiler error

internal compiler error

Scheduled Pinned Locked Moved C / C++ / MFC
c++help
6 Posts 6 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.
  • R Offline
    R Offline
    rjkg
    wrote on last edited by
    #1

    I am facing the following error while compiling my programme. fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing xicl6.exe.

    Rajesh

    A J S D 4 Replies Last reply
    0
    • R rjkg

      I am facing the following error while compiling my programme. fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing xicl6.exe.

      Rajesh

      A Offline
      A Offline
      Abhijit A
      wrote on last edited by
      #2

      First do one thing , In your workspace goto Menu=>Build=>Batch Build=>Check Both debug and relaese =>Click on Clean button and again rebuld all workspace. If not soleved then close worksapce delete release and debug folder,delete .opt,.ncb files and again try to rebuild all. if problem still persist then reinstall VC.

      abhi

      S 1 Reply Last reply
      0
      • A Abhijit A

        First do one thing , In your workspace goto Menu=>Build=>Batch Build=>Check Both debug and relaese =>Click on Clean button and again rebuld all workspace. If not soleved then close worksapce delete release and debug folder,delete .opt,.ncb files and again try to rebuild all. if problem still persist then reinstall VC.

        abhi

        S Offline
        S Offline
        Sameerkumar Namdeo
        wrote on last edited by
        #3

        I don't remember the error no. ....but it was INTERNAL COMPILER ERROR. I had declared a struct RGB{} in one of my local project file. But struct with same name was already present in one of the system header file. Try to check newly added struct and other data types names. Regards.

        1 Reply Last reply
        0
        • R rjkg

          I am facing the following error while compiling my programme. fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing xicl6.exe.

          Rajesh

          J Offline
          J Offline
          jhwurmbach
          wrote on last edited by
          #4

          rajeshgupta1253 wrote:

          fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786)

          OK - what does google return? Millions of people will have had the same issue. And please, please - do not reinstall Visual Studio as you were advised! There is no point in that, as your problem is almost certainly some code construct VC++ could not swallow. Your new installation would end up choking on the same line of code.

          Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
          Douglas Adams, "Dirk Gently's Holistic Detective Agency"

          1 Reply Last reply
          0
          • R rjkg

            I am facing the following error while compiling my programme. fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing xicl6.exe.

            Rajesh

            S Offline
            S Offline
            Saurabh Garg
            wrote on last edited by
            #5

            Yes like jhwurmbach said do not reinstall VC++ it wont solve the problem. Try to find out which statement is causing the error by commenting code selectively. Then try to re-write the faulty statement. -Saurabh

            1 Reply Last reply
            0
            • R rjkg

              I am facing the following error while compiling my programme. fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing xicl6.exe.

              Rajesh

              D Offline
              D Offline
              David Crow
              wrote on last edited by
              #6

              Start commenting out code (preferably in reverse order of how it was added) until the compiler is happy. Then you will know the offending statement(s).

              "Love people and use things, not love things and use people." - Unknown

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              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