Specifications

Error! Style not defined. 731
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 731 of 47 Printed: 10/09/00 02:49 PM
HI2014 preprocessor command must start as first non-white-space
Non-white-space characters appeared before the number sign (#) of a preprocessor
directive on the same line.
HI2015 too many characters in constant
A character constant contained more than one character.
Note that an escape sequence (for example, \ t for tab) is converted to a single character.
HI2016 no closing single quotation mark
A newline character was found before the closing single quotation mark of a character
constant.
HI2017 illegal escape sequence
An escape sequence appeared where one was not expected.
An escape sequence (a backslash, \
character or string constant.
HI2018 unknown character hexnumber
The ASCII character corresponding to the given hexadecimal number appeared in the
source file but is an illegal character.
One possible cause of this error is corruption of the source file. Edit the file and look at
the line on which the error occurred.
HI2019 expected preprocessor directive, found character
The given character followed a number sign (#), but it was not the first letter of a
preprocessor directive.
HI2021 expected exponent value, not character
The given character was used as the exponent of a floating-point constant but was not a
valid number.
HI2022 number : too big for character
The octal number following a backslash ( \) in a character or string constant was too
large to be represented as a character.
HI2025 identifier : enum/struct/union type redefinition
The given identifier had already been used for an enumeration, structure, or union tag.
HI2026 identifier : member of enum redefinition
same enumeration type or within another visible enumeration type.
HI2027 use of undefined enum/struct/union identifier
The given identifier referred to a structure or union type that was not defined.