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.

41 lines
1.8 KiB

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