The information in this article applies to:
SUMMARYPage 38 of the "Microsoft Macro Assembler 5.1 Update" guide states the following about the type that can be specified for an argument in the syntax of PROC
When attempting to use a structure name, the following error will be
generated
The error is generated because support of the STRUC type for arguments to PROC has not been added to MASM version 5.1. However, it is a feature of MASM version 6.0 and later. MORE INFORMATIONThe following program illustrates the problem. It will assemble correctly with MASM 6.0 and later. Sample Code
Additional query words: 5.10
Keywords : |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |