Re: Help! about a INTERNAL COMPILER ERROR.
From: Hendrik Schober (SpamTrap_at_gmx.de)
Date: 04/22/04
- Next message: Carl Daniel [VC++ MVP]: "Re: CString and std::string compatible"
- Previous message: JJ: "Re: typeinfo.h with _HAS_EXCEPTIONS = 0 and _STATIC_CPPLIB defined"
- Maybe in reply to: Anthony Yio: "Re: Help! about a INTERNAL COMPILER ERROR."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Apr 2004 13:07:03 +0200
Bill Gates <billgates@microsoft.com> wrote:
> [...] And the compiler prompt:
> 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 cl.exe.
With VC7.1 this usually occurs when there
is a real (syntax) error in your code.
I don't think there is a way you can avoid
to create a small self-contained piece of
code that repros the ICE. Take your original
code and cut it down as far as possible so
that it still produces the error.
Chances are, that, while doing this, you
will find the cause for the error or a
workaround. If not, post this to one of the
language groups where it will most likely
get picked up and entered as a bug along
with some means to find you a workaround.
> [...]
> thanks
HTH,
Schobi
-- SpamTrap@gmx.de is never read I'm Schobi at suespammers dot org "Sometimes compilers are so much more reasonable than people." Scott Meyers
- Next message: Carl Daniel [VC++ MVP]: "Re: CString and std::string compatible"
- Previous message: JJ: "Re: typeinfo.h with _HAS_EXCEPTIONS = 0 and _STATIC_CPPLIB defined"
- Maybe in reply to: Anthony Yio: "Re: Help! about a INTERNAL COMPILER ERROR."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|