home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / C7OS22.ZIP / BINP / CL.ER$ / CL
Text File  |  1992-03-03  |  2KB  |  42 lines

  1.                 /* error messages */
  2.  
  3. 2001    "too many symbols predefined with /D"
  4. 2002    "memory-model conflict"
  5. 2003    "missing source filename"
  6. 2008    "limit of %s exceeded at '%s'"
  7. 2011    "only one floating-point option allowed"
  8. 2012    "too many linker arguments"
  9. 2013    "incomplete model specification"
  10. 2016    "%s and %s command-line options are incompatible"
  11. 2018    "cannot create linker response file"
  12. 2019    "cannot overwrite source or object file '%s'"
  13. 2020    "%s option requires extended keywords to be enabled (/Ze)"
  14. 2021    "invalid numeric argument '%s'"
  15. 2022    "cannot open '%s'"
  16. 2023    "invalid model specification - flat model only"
  17. 2027    "cannot execute '%s'"
  18. 2028    "too many open files; cannot redirect '%s'"
  19. 2030    "INTERNAL COMPILER ERROR in '%s'\n\t\tContact Microsoft Product Support Services"
  20. 2031    "too many command-line options"
  21. 2000    "UNKNOWN COMMAND-LINE ERROR\n\t\tContact Microsoft Product Support Services"
  22.  
  23.                 /* warning messages */
  24.  
  25. 4001    "listing overrides assembly output"
  26. 4002    "ignoring unknown option '%s'"
  27. 4003    "processor-option conflict"
  28. 4005    "cannot find '%s';\nPlease enter new filename (full path) or CTRL+C to quit: "
  29. 4007    "'%s' requires '%s'; option ignored"
  30. 4009    "threshold only for far or huge data; ignored"
  31. 4011    "preprocessing overrides source listing"
  32. 4012    "function declarations override source listing"
  33. 4013    "combined listing overrides object listing"
  34. 4014    "invalid value '%d' for '%s'; assuming '%d'"
  35. 4018    ".DEF files supported for segmented executable files only"
  36. 4019    "string too long; truncated to %d characters"
  37. 4020    "'%s' : missing argument; option ignored"
  38. 4021    "no action performed"
  39. 4022    "option '%s' invalid for %d-bit target"
  40. 4023    "option '%s' forces use of optimizing compiler"
  41. 4000    "UNKNOWN COMMAND-LINE WARNING\n\t\tContact Microsoft Product Support Services"
  42.