A
Anonymous
My code has suddenly stopped compiling after some refactoring I carried
out last week. I am using VC8 on W2K professional
I get the following cryptic error:
Error 77 fatal error C1001: An internal error has occurred in the
compiler. c:\program files\microsoft visual studio 8\vc\include\xmemory 155
I tried commenting out blocks of code to see which line was causing the
compiler to f**k up - however I got all the way down to an empty :
#if 0
#endif
and that stopped the error from occuring in the release build, however,
when I changed to the debug build, the error suddenly appeared (before
this debug was okay and release builds failed) - now with the (totally
ridiculous empty preprocessor directive hack above), the problem seems
to have been flipped around)
Articles on MSN and Google are of no use - anybody knows how I may fix
this ?
out last week. I am using VC8 on W2K professional
I get the following cryptic error:
Error 77 fatal error C1001: An internal error has occurred in the
compiler. c:\program files\microsoft visual studio 8\vc\include\xmemory 155
I tried commenting out blocks of code to see which line was causing the
compiler to f**k up - however I got all the way down to an empty :
#if 0
#endif
and that stopped the error from occuring in the release build, however,
when I changed to the debug build, the error suddenly appeared (before
this debug was okay and release builds failed) - now with the (totally
ridiculous empty preprocessor directive hack above), the problem seems
to have been flipped around)
Articles on MSN and Google are of no use - anybody knows how I may fix
this ?