The information in this article applies to:
SYMPTOMSUnder the four conditions described in this article, the following compiler error is generated: Here linenumber is the assembly instruction in TEST.CPP file that meets the following conditions. This error occurs when the following four conditions are met:
RESOLUTIONIf you are using C++, declare a reference variable initialized with the structure member. Use the reference variable as the source operand in the assembly instruction as shown in this sample code: Sample Code
If you are using C, use a local variable instead of a reference variable.
STATUSThis bug was corrected in Microsoft Visual C++, version 6.0. Additional query words: CPP CXX MASM assembler macro
Keywords : kbVC100bug kbVC150bug kbVC152bug kbVC200bug kbVC210bug kbVC400bug kbVC410bug kbVC420bug kbVC500bug kbVC600fix |
Last Reviewed: April 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |