Thread: compiler error-HELP

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    1

    Unhappy compiler error-HELP

    My external drive became unplugged while I was writting a program. After getting everything hooked back up and compiling the program I have been getting an error that reads:

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

    I have run the program on another computer and had no problems with it. Now I am trying to run it again and am getting the same error.

    Does anyone have any idea how to fix this. The error comes up on all program I try to run now.

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    cl.exe is the actual compiler underneath VC. If you can't compile anything, it would seem that it, or some of it's support files were clagged when you disk went down. I would re-install VC.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM