51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
#
|
|
# IMPLIB messages.
|
|
#
|
|
<<FMSG>>
|
|
#
|
|
# Errors
|
|
#
|
|
ER_Min 2600 ER_Min
|
|
ER_multdef 2601 %s multiply defined
|
|
ER_baddll 2602 unexpected end of name table in DLL
|
|
ER_baddll1 2603 %s : invalid .DLL file
|
|
ER_Max 2699 ER_Max
|
|
#
|
|
# Fatal errors
|
|
#
|
|
ER_MinFatal 1599 ER_MinFatal
|
|
ER_outfull 1600 error writing to output file - %s
|
|
ER_nomem 1601 out of memory, %s heap exhausted
|
|
ER_syntax 1602 in module-definition file
|
|
ER_badcreate 1603 %s : cannot create file - %s
|
|
ER_badopen 1604 %s : cannot open file - %s
|
|
ER_toomanyincl 1605 too many nested include files in module-definition file
|
|
ER_badinclname 1606 missing or invalid include file name
|
|
ER_badtarget 1607 %s : invalid extension for target library
|
|
ER_nosource 1608 no .DLL or .DEF file specified
|
|
ER_MaxFatal 1699 ER_MaxFatal
|
|
#
|
|
# Warnings
|
|
#
|
|
ER_MinWarn 4599 ER_WinWarn
|
|
ER_linemax 4600 line %d too long; truncated to %d characters
|
|
ER_badoption 4601 unrecognized option '%s'; option ignored
|
|
ER_MaxWarn 4699 ER_MaxWarn
|
|
#
|
|
# Miscellaneous
|
|
#
|
|
M_MinUsage 999 M_MinUsage
|
|
M_usage1 1000 Usage: IMPLIB [options] <output library> <.DEF/.DLL file list>
|
|
M_usage2 1001 Options: /?
|
|
M_usage3 1002 /help
|
|
# (do not document) M_usage4 1003 /ignorecase - default
|
|
M_usage5 1004 /noignorecase
|
|
M_usage6 1005 /nologo
|
|
M_usage7 1006 /ntdll
|
|
M_error 1007 error
|
|
M_fatal 1008 fatal
|
|
M_IDEri 1009 Reading Input File
|
|
M_IDEco 1010 Creating Output Library
|
|
M_usage8 1011 /nowep
|
|
M_MaxUsage 1099 M_MaxUsage
|