The information in this article applies to:
SYMPTOMSWhen you use an incomplete #pragma preprocessor directive, the following internal compiler error may be generated:
While the code is not valid, the compiler should not generate an internal compiler error. However, the C4081 warning is valid. RESOLUTIONUse a complete pragma directive. For a listing of valid pragma directives and their syntax, please consult the Help menu. STATUSThis bug was corrected in Microsoft Visual C++, version 6.0. MORE INFORMATION
The #pragma directives that cause this problem are:
Sample Code to Demonstrate Problem
Additional query words: 10.00 10.10 10.20
Keywords : kbVC400bug kbVC410bug kbVC420bug kbVC500bug kbVC600fix |
Last Reviewed: April 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |