Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.4 KiB

  1. #
  2. # IMPLIB messages.
  3. #
  4. <<FMSG>>
  5. #
  6. # Errors
  7. #
  8. ER_Min 2600 ER_Min
  9. ER_multdef 2601 %s multiply defined
  10. ER_baddll 2602 unexpected end of name table in DLL
  11. ER_baddll1 2603 %s : invalid .DLL file
  12. ER_Max 2699 ER_Max
  13. #
  14. # Fatal errors
  15. #
  16. ER_MinFatal 1599 ER_MinFatal
  17. ER_outfull 1600 error writing to output file - %s
  18. ER_nomem 1601 out of memory, %s heap exhausted
  19. ER_syntax 1602 in module-definition file
  20. ER_badcreate 1603 %s : cannot create file - %s
  21. ER_badopen 1604 %s : cannot open file - %s
  22. ER_toomanyincl 1605 too many nested include files in module-definition file
  23. ER_badinclname 1606 missing or invalid include file name
  24. ER_badtarget 1607 %s : invalid extension for target library
  25. ER_nosource 1608 no .DLL or .DEF file specified
  26. ER_MaxFatal 1699 ER_MaxFatal
  27. #
  28. # Warnings
  29. #
  30. ER_MinWarn 4599 ER_WinWarn
  31. ER_linemax 4600 line %d too long; truncated to %d characters
  32. ER_badoption 4601 unrecognized option '%s'; option ignored
  33. ER_MaxWarn 4699 ER_MaxWarn
  34. #
  35. # Miscellaneous
  36. #
  37. M_MinUsage 999 M_MinUsage
  38. M_usage1 1000 Usage: IMPLIB [options] <output library> <.DEF/.DLL file list>
  39. M_usage2 1001 Options: /?
  40. M_usage3 1002 /help
  41. # (do not document) M_usage4 1003 /ignorecase - default
  42. M_usage5 1004 /noignorecase
  43. M_usage6 1005 /nologo
  44. M_usage7 1006 /ntdll
  45. M_error 1007 error
  46. M_fatal 1008 fatal
  47. M_IDEri 1009 Reading Input File
  48. M_IDEco 1010 Creating Output Library
  49. M_usage8 1011 /nowep
  50. M_MaxUsage 1099 M_MaxUsage