The information in this article applies to:
SYMPTOMSWhen the Microsoft Macro Assembler (MASM) assembles multiple source files in the current directory using a command such as the following: ml *.asmthe following error may occur: When MASM assembles multiple source files from a directory other than the current directory, the following error may occur:
RESOLUTIONTo work around this problem, build each file separately and not in a batch. The other option is to rename the source files to make the names shorter. STATUSMicrosoft has confirmed this to be a problem in MASM version 6.1 for MS- DOS. This problem was corrected in MASM version 6.10a for MS-DOS. MORE INFORMATION
This error occurs when an filename buffer in MASM becomes full. When files
have long names, fewer files are required to fill the buffer and cause the
error.
Additional query words: 6.10 buglist6.10 fixlist6.10a
Keywords : |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |