home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Languages / Quick C 2.0 / BIN / CL.ERR < prev    next >
Encoding:
Text File  |  1988-12-15  |  1.5 KB  |  36 lines

  1.                 /* error messages */
  2.  
  3. 2001    "too many symbols predefined with -D"
  4. 2002    "a previously defined model specification has been overridden"
  5. 2003    "missing source file name"
  6. 2008    "too many %s flags, '%s'"
  7. 2011    "only one floating point model 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 cmd file"
  12. 2019    "cannot overwrite the source/object file, '%s'"
  13. 2020    "-Gc 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. 2000    "UNKNOWN COMMAND LINE ERROR\n\t\tContact Microsoft Technical Support"
  19.  
  20.                 /* warning messages */
  21.  
  22. 4001    "listing has precedence over assembly output"
  23. 4002    "ignoring unknown flag '%s'"
  24. 4003    "Different processors selected for code generation"
  25. 4005    "could not execute '%s';\nPlease enter new file name (full path) or Ctrl-C to quit: "
  26. 4006    "only one of -P/-E/-EP allowed, -P selected"
  27. 4007    "-C ignored (must also specify -P or -E or -EP)"
  28. 4009    "threshold only for far/huge data, ignored"
  29. 4011    "preprocessing overrides source listing"
  30. 4012    "function declarations override source listing"
  31. 4013    "combined listing has precedence over object listing"
  32. 4014    "invalid value %d for '%s'. Default %d is used"
  33. 4018    ".DEF files supported in protected mode only"
  34. 4019    "string too long. Truncated to %d characters"
  35. 4000    "UNKNOWN COMMAND LINE WARNING\n\t\tContact Microsoft Technical Support"
  36.