C1001: INTERNAL COMPILER ERROR

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Microsoft Visual C++ .NET 69462-112-0620947-18487 (VS 2003). When I
compile my C++ console application program I get the following:

C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701)

Has anyone heard of this bug/feature before?

Thanks,
Ray Mitchell
 
Hi,

If you post a minimal program that replicates the prob, people'll be able to
help you figure out the problem. In any case, ICEs are compiler bugs (though
usually they happen because of broken code) and it's worth someone seeing
whether they're still present for VS 2005.

Steve
 
Back
Top