Specifications
Error! Style not defined. 763
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 763 of 79 Printed: 10/09/00 02:49 PM
H1001 /E compression level must be numeric
The /E option requires either no argument or a numeric value in the range 0–15.
The correct form is:
/En
where n specifies the amount of compression requested.
H1002 multiple /O parameters specified
Only one output file can be specified with the /O option.
H1003 invalid /S file-type identifier
The /S option was given an argument other than 1, 2, or 3.
The /S option requires specification of the type of input file. An invalid file-
type identifier
was specified.
The correct form is:
/Sn
where n specifies the format of the input file. Valid values are 1 (RTF), 2
(QuickHelp format), and 3 (minimally formatted ASCII).
H1004 /S requires file-type identifier
The /S option requires specification of the type of input file. There was no file-type
identifier specified.
The correct form is:
/Sn
where n specifies the format of the input file. Valid values are 1 (RTF), 2
(QuickHelp format), and 3 (minimally formatted ASCII).
H1005 /W fixed width invalid
An invalid width was specified with the /W option. The valid range is 11–255.
H1006 multiple /K parameters specified
The option for specifying a keyword separator file, /K, was used more than once on the
HELPMAKE command line.
Only one file containing separator characters can be specified.
H1050 option invalid with /DS
The /C, /L, and /O options for encoding are invalid with the /DS option for decoding.
H1051 improper arguments for /D
The /D option permits either no argument or an S or U argument. In addition, /D is
invalid with the /C or /L option.