The information in this article applies to:
SYMPTOMSAn attempt to assemble code that initializes an array of nested structures fails and the computer hangs and stops responding or the assembler produces the following messages:
RESOLUTIONTo work around this problem, perform one of the following two steps:
-or- STATUSMicrosoft has confirmed this to be a problem in MASM versions 6.0, 6.0a, and 6.0b for MS-DOS and OS/2. This problem was corrected in MASM version 6.1 for MS-DOS. MORE INFORMATION
In code developed for Microsoft Macro Assembler (MASM) version 6.0 or
later, an application can create nested structures or use the DUP operator
to create arrays of structures. An application can initialize a nested
structure or an array of structures. However, an attempt to initialize a
structure that contains an array of nested structures fails with the errors
listed above.
The following code example demonstrates this error. Sample Code
Additional query words: 6.00 6.00a 6.00b buglist6.00 buglist6.00a buglist6.00b fixlist6.10
Keywords : |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |