The information in this article applies to:
SUMMARY
In the online Help and on page 618 of the "Microsoft Macro Assembler
Programmer's Guide" for MASM versions 6.0, 6.0a, and 6.0b, the ALIAS
keyword is listed as a word that is reserved for future use. While the
feature was actually implemented in the assembler, it was not
documented as such.
MORE INFORMATION
This feature is useful to map names used in one version of a product
to names used in another version of that product when they have
changed. The library OLDNAMES.LIB that ships with Microsoft C/C++
version 7.0 was created to map C 6.0 names to C/C++ 7.0 names and uses
this technology.
ALIAS <alias> = <actual-name>where the angle brackets are required, alias is the alternate or alias name, and actual-name is the actual name of the function or procedure. Note that the new utilities, LINK 5.3 and LIB 3.2, should be used. Additional query words: 6.00 6.00a 6.00b s_c
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |