home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c034 / 5.ddi / CL.ER$ / CL.bin
Encoding:
Text File  |  1990-02-15  |  1.6 KB  |  37 lines

  1.                 /* error messages */
  2.  
  3. 2001    "too many symbols predefined with /D"
  4. 2002    "conflict in memory-model specification"
  5. 2003    "missing source file name"
  6. 2008    "limit of %s exceeded at '%s'"
  7. 2011    "only one floating-point option allowed"
  8. 2012    "too many linker flags on command line"
  9. 2013    "incomplete model specification"
  10. 2016    "'%s' and '%s' are incompatible"
  11. 2018    "cannot open linker response file"
  12. 2019    "cannot overwrite the source/object file, '%s'"
  13. 2020    "%s option requires extended keywords to be enabled (/Ze)"
  14. 2021    "invalid numerical argument '%s'"
  15. 2022    "cannot open help file, '%s'"
  16. 2027    "could not execute '%s'"
  17. 2028    "too many open files, cannot redirect '%s'"
  18. 2030    "INTERNAL COMPILER ERROR in '%s'\n\t\tContact Microsoft Product Support Services"
  19. 2031    "too many flags/files on command line"
  20. 2000    "UNKNOWN COMMAND LINE ERROR\n\t\tContact Microsoft Product Support Services"
  21.  
  22.                 /* warning messages */
  23.  
  24. 4001    "listing overrides assembly output"
  25. 4002    "ignoring unknown flag '%s'"
  26. 4003    "different processors selected for code generation"
  27. 4005    "could not locate '%s';\nPlease enter new file name (full path) or Ctrl-C to quit: "
  28. 4007    "/C ignored (must also specify /P or /E or /EP)"
  29. 4009    "threshold only for far/huge data, ignored"
  30. 4011    "preprocessing overrides source listing"
  31. 4012    "function declarations override source listing"
  32. 4013    "combined listing overrides object listing"
  33. 4014    "invalid value '%d' for '%s'; default '%d' is used"
  34. 4018    ".DEF files supported in protected mode only"
  35. 4019    "string too long; truncated to '%d' characters"
  36. 4000    "UNKNOWN COMMAND LINE WARNING\n\t\tContact Microsoft Product Support Services"
  37.