Specifications
770 LIB Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 770 of 86 Printed: 10/09/00 02:49 PM
LIB Error Messages
This section lists error messages generated by the LIB utility.
Microsoft Library Manager (LIB) generates the following error messages:
u Fatal errors (U1150 through U1203) cause LIB to stop execution.
u Errors (U2152 through U2159) do not stop execution but prevent LIB from
creating a library.
u Warnings (U4150 through U4158) indicate possible problems in the library
being created.
LIB Fatal Error Messages
U1150 page size too small; use option /PAGE:n to increase it
The page size of an input library was too small, indicating an invalid input .LIB file.
U1151 syntax error : illegal file specification
A command operator was not followed by a module name or filename.
One possible cause of this error is an option specified with a dash (–) instead of a
forward slash (/).
U1152 syntax error : option name missing
A forward slash (/) appeared on the command line without an option name after it.
U1153 syntax error : option value missing
The /PAGE option was given without a value following it.
U1154 unrecognized option
An unrecognized name followed the option indicator (/).
An option is specified by a forward slash (/
) and a name. The name can be specified by a
legal abbreviation of the full name.
U1155 syntax error : illegal input
A specified command did not follow correct LIB syntax.
U1156 syntax error
A specified command did not follow correct LIB syntax.