The information in this article applies to:
SYMPTOMSCompiling a program that calls the function "L" using a macro will cause the following errors:
where "x" is the last letter of the macro identifier. CAUSEIn this case, the preprocessor incorrectly generates the letter "x" as the resulting output. RESOLUTIONUse any other letter after "L" in the macro body. 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++ version 5.0. MORE INFORMATIONSample Code
Additional query words:
Keywords : kbprg kbCompiler kbLangCPP kbVC kbVC410bug kbVC420bug kbVC500fix |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |