Re: VC++ Compiler issue

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Duke Yasuda" <duke.yasuda@xxxxxxxxxxx> skrev i meddelandet
news:OII5j%23EmFHA.3688@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I don't know if this is the right place to post my question or not.
> If not, I apologize and appreciate it if you could lead me to the
> right newsgroup.
>
> I am trying to migrate a Linux project to a Windows project. It
> works fine with gcc3.2.x or above compiler.
> However, I get an error message:
>
>
> fatal error C1001: INTERNAL COMPILER ERROR
>
> (compiler file 'msc1.cpp', line 2712)
>
> Please choose the Technical Support command on the Visual
> C++
>
> Help menu, or open the Technical Support help file for more
> information
>
> I have searched KB, but there were no direct hit. I am using lots of
> template functions.
>
> Any help would be appreciated.
>
> Thanks in advance.
>
> Duke

The compiler just gives up, beacuse it cannot make any sense of the
code.

Could be lots of things, like some gcc extensions that the VC compiler
doesn't understand. Really old compilers, like VC6 :-), also have some
troubles compiling even moderately complicated template code.

Please tell us what version of VC++ you are using, and the code lines
around the point of failure. That usually helps!


Bo Persson



.