Microsoft KB Archive/50862

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:57, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


DOCERR: @MakeFil Macro Spelling on MASM 5.1 CodeView Tutorial

Article ID: 50862

Article Last Modified on 10/16/2003



APPLIES TO

  • Microsoft Macro Assembler 5.1 Standard Edition



This article was previously published under Q50862

SUMMARY

In the file MACRO.DOC on the "Microsoft CodeView for MS-DOS with Tutorial" disk for Microsoft Macro Assembler Version 5.10, there is a documentation error that incorrectly calls the macro @MakeFil.

The macro is defined in the DOS.INC include file, also on the MS-DOS CodeView disk. In the DOS.INC include file, the @MakeFil macro has been labeled as @MakFil, not @MakeFil.

To use this macro correctly, either change the DOS.INC include file macro label to @MakeFil, or call the macro as @MakFil.


Additional query words: 5.10 MAKEFILE

Keywords: KB50862