The information in this article applies to:
SYMPTOMSThe Microsoft C to MASM Include file Translator (H2INC) version 1.0 that ships with the Microsoft Macro Assembler (MASM) version 6.0 does not support function prototypes using _syscall or _stdcall. The H2INC version 1.0 that ships with MASM version 6.0b supports _stdcall, but not _syscall. RESOLUTIONPage 448 of the "Microsoft Macro Assembler Programmer's Guide" states that _syscall and _stdcall are accepted, but H2INC generates errors when it encounters prototypes containing these keywords. The _cdecl, _fortran, and _pascal language types are supported as documented. STATUSMicrosoft has confirmed this to be a problem in H2INC version 1.0. We are researching this problem and will post new information here as it becomes available. MORE INFORMATIONThe following sample prototype demonstrates this problem:
When this prototype is processed by H2INC, the following errors are
generated:
-or-
Additional query words: 1.00 6.00 buglist6.00 s_utility buglist6.00a buglist6.00b
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |