Specifications
768 IMPLIB Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 768 of 84 Printed: 10/09/00 02:49 PM
H4003 negative left indent
Topic text in an RTF file was formatted with a left indent to a position to the left of
column 1. HELPMAKE deleted all text preceding column 1.
IMPLIB Error Messages
Microsoft Import Library Manager (IMPLIB) generates the following error
messages:
u Fatal errors (IM16xx) cause IMPLIB to stop execution.
u Errors (IM26xx) prevent IMPLIB from creating an import library.
u Warnings (IM46xx) indicate possible problems in the output file being
created.
IMPLIB Fatal Error Messages
IM1600 error writing to output file—message
IMPLIB could not create the import library for the given reason.
Probably the drive or directory where the import library is being created is full.
IM1601 out of memory, near/far heap exhausted
There was not enough room in memory for the heap needed by IMPLIB.
Increase the available memory. Some ways to do this include:
u Remove TSR (terminate-and-stay-resident) programs.
u Run IMPLIB outside of an NMAKE session.
u Run IMPLIB outside of a shell.
IM1602 syntax error in module-definition file
IMPLIB could not understand the contents of a .DEF input file.
IM1603 filename : cannot create file—message
IMPLIB could not create the given file for the given reason.
One of the following may be a cause:
u The file already exists with a read-only attribute.
u There is insufficient disk space to create the file.
u The drive cannot be written to.