The information in this article applies to:
SYMPTOMSThe Microsoft Macro Assembler (MASM) versions 6.0 and later provide several Control-Flow directives such as the .WHILE, .REPEAT, and .IF constructs. When structure members are accessed inside of these constructs, MASM may incorrectly generate the following error:
RESOLUTIONThe sample program below illustrates this problem. As a workaround, a register or a temporary variable may be used to hold the structure member, as demonstrated below in Sample Code 2. STATUSMicrosoft has confirmed this to be a problem in MASM versions 6.0, 6.0a, 6.0b, 6.1, 6.1a, and 6.11. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Sample Code 1
Sample Code 2
Additional query words: 6.00 6.00a 6.00b 6.10 6.10a buglist6.00a buglist6.00b buglist6.10 buglist6.10a buglist6.11
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |