How to fix "C1001: INTERNAL COMPILER ERROR" for VC 5.0/6.0?The information in this article applies to:
SYMPTOMSWhen template classes or template class header files are included in a precompiled header file, the compiler may generate the following error for files that use the precompiled header: fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) -or- fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1188) This error occurs only on machines with the Windows 95 or Windows 98 operating system. CAUSEThe compiler exceeds the allocated memory limit. RESOLUTIONUse one of the following three suggested workarounds:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. |
|