Specifications
Error! Style not defined. 769
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 769 of 85 Printed: 10/09/00 02:49 PM
IM1604 filename : cannot open file—message
IMPLIB could not find the specified module-definition (.DEF) file or dynamic-link
library (DLL) for the given reason.
IM1605 too many nested include files in module-definition file
A module-definition (.DEF) file contained an INCLUDE statement specifying a nested
set of include files that exceeded the limit for nesting. The limit is 10 levels.
IM1606 missing or invalid include file name
A syntax error occurred in an INCLUDE statement in a module-definition (.DEF) file.
One of the following may have occurred:
u A filename was not specified.
u More than one filename was specified.
u A long filename was specified without being enclosed in quotation marks or was
enclosed in one single and one double quotation mark.
IM1607 extension : invalid extension for target library
The given extension was specified for the import library.
An import library cannot be given a .DEF or .DLL extension.
IM1608 no .DLL or .DEF source file specified
No input file was specified on the IMPLIB command line.
IMPLIB Error Messages
IM2601 symbol multiply defined
The given symbol was defined more than once in the input files.
IM2602 unexpected end of name table in DLL
A dynamic-link library (DLL) specified to IMPLIB was corrupted.
IM2603 filename : invalid .DLL file
IMPLIB did not recognize the given input file as a dynamic-link library (DLL).
IMPLIB Warning Messages
IM4600 line number too long; truncated to 512 characters
The given line in the module-definition (.DEF) file exceeded the limit on line length.
IMPLIB ignored text after the first 512 characters.
IM4601 unrecognized option option; option ignored
The given option was not a valid IMPLIB option. IMPLIB used the rest of the command
line to try to build an import library.