Specifications

722 EXEHDR Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 722 of 38 Printed: 10/09/00 02:49 PM
EXEHDR Fatal Error Messages
U1110 malformed number number
A command-line option for EXEHDR required a value, but the given number was
mistyped.
U1111 option requires value
A command-line option for EXEHDR required a value, but no value was specified or
the specified value was in an illegal format for the given option.
U1112 value out of legal range lower upper
A command-
line option for EXEHDR required a value, but the specified number did not
fall in the required decimal range.
U1113 value out of legal range lower upper
A command-
line option for EXEHDR required a value, but the specified number did not
fall in the required hexadecimal range.
U1114 missing option value; option option ignored
The given command-line option for EXEHDR required a value, but nothing was
specified. EXEHDR ignored the option.
U1115 option option ignored
The given command-line option for EXEHDR was ignored. This error usually occurs
with error U1116, unrecognized option.
U1116 unrecognized option: option
A command-line option for EXEHDR was not recognized. This error usually occurs
with either U1115, option ignored, or U1111, option requires value.
U1120 input file missing
No input file was specified on the EXEHDR command line.
U1121 command line too long: commandline
The given EXEHDR command line exceeded the limit of 512 characters.
U1130 cannot read filename
EXEHDR could not read the input file. Either the file is missing or the file attribute is set
to prevent reading.
U1131 invalid .EXE file
The input file specified on the EXEHDR command line was not recognized as an
executable file.
U1132 unexpected end-of-file
EXEHDR found an unexpected end-of-file condition while reading the executable file.
The file is probably corrupt.