Re: MS EVC Compiler Error
- From: "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
- Date: Wed, 22 Jun 2005 10:45:49 -0700
;-) By following the instructions given in the error?
What it means is *exactly* what it sounds like. The compiler has a bug in
it. Your code exposed that bug. There is only one way to actually fix it
and that's with a change from MS, for which you have to ask by contacting
technical support.
In the mean time, you might try to find a work-around for your code by
changing how line 148 works. That might mean simplifying any complex
expressions on or near that line, changing the way that you are implementing
whatever it is that you are doing there, etc. If you post some code that
generates the error, we might have some more specific suggestions...
Paul T.
"figure" <figure@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:01BF29ED-51EC-4672-9467-5A21FEBEFC8D@xxxxxxxxxxxxxxxx
>I have developed an in-house project with MS EVC++ 4.0 SP4 and it has more
> than 20 class. when I compile it, it says "....\deneme.cpp(154) : fatal
> error C1001: INTERNAL COMPILER ERROR
> (compiler file 'D:\vcmckendric\compiler\utc\src\P2\main.c', line 148)
> Please choose the Technical Support command on the Visual C++
> Help menu, or open the Technical Support help file for more information
> Compiling..." on some class operators is called.
> how could I resolve/handle the problem?
> f_figure@xxxxxxxxxxx
.
- Follow-Ups:
- Re: MS EVC Compiler Error
- From: Steve Maillet \(eMVP\)
- Re: MS EVC Compiler Error
- References:
- MS EVC Compiler Error
- From: figure
- MS EVC Compiler Error
- Prev by Date: MS EVC Compiler Error
- Next by Date: RE: try/catch with new rtti & /GX doesn't want to catch exception...
- Previous by thread: MS EVC Compiler Error
- Next by thread: Re: MS EVC Compiler Error
- Index(es):
Relevant Pages
|