Specifications
726 H2INC Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 726 of 42 Printed: 10/09/00 02:49 PM
HI1012 unmatched parenthesis nesting - missing character
The parentheses in a preprocessor directive were not matched. The missing character is
either a left, (, or right, ), parenthesis.
HI1016 #if[n]def expected an identifier
An identifier must be specified with the #ifdef and #ifndef directives.
HI1017 invalid integer constant expression
The expression in an #if directive either did not exist or did not evaluate to a constant.
HI1018 unexpected '#elif'
The #elif directive is legal only when it appears within an #if, #ifdef, or #ifndef
construct.
HI1019 unexpected '#else'
The #else directive is legal only when it appears within an #if, #ifdef, or #ifndef
construct.
HI1020 unexpected '#endif'
An #endif directive appeared without a matching #if, #ifdef, or #ifndef directive.
HI1021 invalid preprocessor command string
The characters following the number sign (#) did not form a valid preprocessor
directive.
HI1022 expected '#endif'
An #if, #ifdef, or #ifndef directive was not terminated with an #endif directive.
HI1023 cannot open source file filename
The given file either did not exist, could not be opened, or was not found.
Make sure the environment settings are valid and that the correct path name for the file
is specified.
If this error appears without an error message, the compiler has run out of file handles.
If in MS-DOS, increase the number of file handles by changing the FILES setting in
CONFIG.SYS to allow a larger number of open files. FILES=20 is the recommended
setting.
HI1024 cannot open include file filename
The specified file in an #include preprocessor directive could not be found.
Make sure settings for the INCLUDE and TMP environment variables are valid and that
the correct path name for the file is specified.
If this error appears without an error message, the compiler has run out of file handles.
If in MS-DOS, increase the number of file handles by changing the FILES setting in
CONFIG.SYS to allow a larger number of open files. FILES=20 is the recommended
setting.