FIX: C1001: Compiler File P2symtab.c, Line 878Last reviewed: September 19, 1997Article ID: Q141443 |
4.00
WINDOWS NT
kbtool kbbuglist kbfixlist
The information in this article applies to:
SYMPTOMSWhen compiling a .cpp file using a different incremental compilation option from its precompiled header, the compiler gives this error message:
fatal error C1001: INTERNAL COMPILER ERROR (compiler file '...\p2symtab.c', line 878) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information CAUSEThe compiler was not designed to compile code where the precompiled header (.pch) file has different command line options from the code that includes the precompiled header file.
RESOLUTIONRegenerate the precompiled header with the new incremental compilation option, or rebuild the project.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ 4.1.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: 4.00 10.00 4.10 10.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |