Specifications

762 HELPMAKE Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 762 of 78 Printed: 10/09/00 02:49 PM
HI4812
(level 1)
static variable declaration not accepted with /Mn switch
H2INC does not translate static items, as they are not visible outside the C source file.
HI4815
(level 1)
string : EQU string truncated to 254 characters
A #define statement exceeded 254 characters, the maximum length of a MASM EQU
statement. The string was truncated.
HI4816
(level 1)
ignoring _fastcall function definition
H2INC does not translate function declarations or prototypes with the _fastcall
The _fastcall calling convention cannot be used directly with MASM. See the
documentation with your C compiler for details on _fastcall.
HI4820
(level 1)
ignoring function definition : function( )
not translate function bodies.
HELPMAKE Error Messages
Microsoft Help File Maintenance Utility (HELPMAKE) generates the following
error messages:
u Fatal Errors (H1xxx) cause HELPMAKE to stop execution. No output file is
produced.
u Errors (H2xxx) do not prevent an output file from being produced, but parts
of the conversion are not completed.
u Warnings (H4xxx) do not prevent an output file from being produced, but
problems may exist in the output.
HELPMAKE Fatal Error Messages
H1000 /A requires character
The /A option requires an application-specific control character.
The correct form is:
/Ac
where c is the control character.