The information in this article applies to:
SYMPTOMSIf a simplified segment directive is used when two segments are already open, the resulting object file may generate the following error when it is linked:
RESOLUTIONThe code shown below illustrates a case where this problem will occur. The comment lines show how to resolve the problem by closing one or more of the nested segments. STATUSMicrosoft has confirmed this to be a problem in MASM version 6.x. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe following code sample illustrates the problem. When the simplified directive .CODE is encountered in this sample, only one of the previously opened segments is closed and the error results. If either or both of the ENDS statements is placed in the code, the program will link correctly. Sample Code
Additional query words: 6.00 6.10 6.11 6.1x buglist6.10 buglist6.10a buglist6.11 buglist6.00 buglist6.00a buglist6.00b
Keywords : |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |