The information in this article applies to:
SYMPTOMS
Under certain circumstances, the Microsoft C to MASM Include File
Translator (H2INC) version 1.0 that ships with the Microsoft Macro
Assembler (MASM) version 6.0 may generate invalid results for certain
C include files with function typedefs. Under MS-DOS, the result may
be garbage characters in the generated .INC file. Under OS/2, H2INC
may cause a general protection violation (GP Fault).
RESOLUTIONTo work around this behavior, define a dummy typedef between the two typedefs that will keep the argument count below 10. STATUSMicrosoft has confirmed this to be a problem in H2INC version 1.0 which is included with MASM version 6.0. This problem was corrected in H2INC version 1.0 which is included with MASM version 6.0a. MORE INFORMATIONThe sample header file below may be used to illustrate this problem. Garbage characters will appear in the resulting .INC file. Sample Code
Additional query words: 6.00 1.00 buglist1.00 s_utility h_h2inc fixlist1.00
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |