INTERNAL COMPILER ERROR



I write some project, and after few lines (ok, not few, after a lot of
lines) i got internal compiler error.
After few hours of looking trough my code, I find error: two same names
in typedef and in class. So, I write
simple console app with:

typedef unsigned int UI32;

class UI32
{
};

Compile, and BUM! Again, internal compiler error:

"INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information"

I am workin on Visual Studio 2003, on XP + sp2. I try to use google to
see is there anything about this, but no (realy, i did not look in
detail).

Is there any patch/fix for that, or ...

Best,
Zaharije Pasalic

.



Relevant Pages

  • Fatal Errors C1001 and U1077. devstudio 6. nmake
    ... Please choose the Technical Support command on the Visual C++ ... or open the Technical Support help file for more information ... UrlHelpers.cpp: fatal error C1001: INTERNAL COMPILER ERROR ...
    (microsoft.public.vstudio.general)
  • MS EVC Compiler Error
    ... error C1001: INTERNAL COMPILER ERROR ... Please choose the Technical Support command on the Visual C++ ... or open the Technical Support help file for more information ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: fatal error C1001 in MsXml.h using Xerces C++ release 2.6.0
    ... > I am trying to compile C++ code under MS Visual Studio .NET 2003, ... > which references the latest Xerces C++ release library. ... > INTERNAL COMPILER ERROR ...
    (microsoft.public.dotnet.languages.vc)
  • fatal error C1001 in MsXml.h using Xerces C++ release 2.6.0
    ... I am trying to compile C++ code under MS Visual Studio .NET 2003, ... Xerces release was made available recently by the Apache ... INTERNAL COMPILER ERROR ...
    (microsoft.public.dotnet.languages.vc)
  • Re: MS Visual Studio 7.1 terminates (no message) when compiling a C# project
    ... I've not written a line of C# and don't intend to. ... previous experience with Visual Studio makes me wonder how ... up after some amount of time working with a project file with a ... very helpful "internal compiler error" and crash. ...
    (comp.programming)