Source code of Windows XP (NT5)
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.

99 lines
4.4 KiB

  1. /* fatals */
  2. 1001 "internal compiler error\n\t\t(compiler file '%s', line %d)"
  3. 1002 "compiler is out of heap space in pass 2"
  4. 1003 "error count exceeds %d; stopping compilation"
  5. 1004 "unexpected end-of-file found"
  6. 1005 "string too big for buffer"
  7. 1006 "write error on compiler intermediate file"
  8. 1007 "unrecognized flag '%s' in '%s'"
  9. 1013 "cannot open source file '%s'"
  10. 1015 "compiler limit : too many segments"
  11. 1027 "DGROUP data allocation exceeds 64K"
  12. 1029 "there are > 512 bytes of arguments"
  13. 1030 "there are > 512 bytes of local variables"
  14. 1032 "cannot open object listing file '%s'"
  15. 1033 "cannot open assembly language output file '%s'"
  16. 1035 "expression too complex, please simplify"
  17. 1036 "cannot open source listing file '%s'"
  18. 1037 "cannot open object file '%s'"
  19. 1039 "unrecoverable heap overflow in pass 3"
  20. 1040 "unexpected end-of-file in source file '%s'"
  21. 1041 "cannot open compiler intermediate file - no more files"
  22. 1042 "cannot open compiler intermediate file - no such file or directory"
  23. 1043 "cannot open compiler intermediate file"
  24. 1044 "out of disk space for compiler intermediate file"
  25. 1045 "floating-point overflow"
  26. 1048 "unknown option '%c' in '%s'"
  27. 1049 "invalid numerical argument '%s'"
  28. 1050 "'%s' : code segment too large"
  29. 1055 "compiler limit : out of keys"
  30. 1067 "intrinsic not implemented"
  31. 1073 "bad '%s' flag, would overwrite '%s' with '%s'"
  32. 1074 "too many '%s' flags, '%s'"
  33. 1083 "Cannot open %Fs file: '%Fs': %Fs"
  34. 1084 "Cannot read %Fs file: '%Fs': %Fs"
  35. 1085 "Cannot write %Fs file: '%Fs': %Fs"
  36. 1090 "'%s' data allocation exceeds 64K"
  37. 1126 "'%s' : automatic allocation exceeds %s"
  38. 1127 "'%s' : segment redefinition"
  39. 1900 "Il mismatch between '%s' version '%ld' and '%s' version '%ld'"
  40. 1000 "UNKNOWN FATAL ERROR\n\t\tContact Microsoft Product Support Services"
  41. /* errors */
  42. 2125 "'%s' : allocation exceeds 64K"
  43. 2127 "parameter allocation exceeds 32K"
  44. 2129 "static function '%s' not found"
  45. 2220 "warning treated as error - no object file generated"
  46. 2374 "'%s' redefinition; multiple initialization"
  47. 2418 "'%s' : not in a register"
  48. 2427 "'%s' : jump referencing label is out of range"
  49. 2900 "'%s' : huge array cannot be aligned to segment boundary"
  50. 2000 "UNKNOWN ERROR\n\t\tContact Microsoft Product Support Services"
  51. /* warnings */
  52. 4700 "local variable '%s' used without having been initialized"
  53. 4701 "local variable '%s' may be used without having been initialized"
  54. 4702 "unreachable code"
  55. 4703 "'%s' : function too large for global optimizations"
  56. 4704 "'%s' : in-line assembler precludes global optimizations"
  57. 4705 "statement has no effect"
  58. 4706 "assignment within conditional expression"
  59. 4707 "'%s' : function too large for global optimizations (%s)" /* internal use */
  60. 4708 "ran out of heap at: %s" /* internal use */
  61. 4709 "comma operator within array index expression"
  62. 4710 "function '%s' not expanded"
  63. 4711 "function '%s' selected for automatic inline expansion"
  64. 4712 "'%s' : used as register - loss of debugging information"
  65. 4713 "%s: internal compiler error; restarting\n\t\t(compiler file '%s', line %d)"
  66. 4723 "potential divide by 0"
  67. 4724 "potential mod by 0"
  68. 4726 "'%c' : unknown memory-model command-line option"
  69. 4727 "conditional expression is constant"
  70. 4746 "'%s' : unsized array treated as '%s'"
  71. 4756 "overflow in constant arithmetic"
  72. 4757 "overflow in constant multiplication"
  73. 4758 "address of automatic (local) variable taken, DS != SS"
  74. 4759 "segment lost in conversion"
  75. 4760 "'%Fs' : segment lost in initialization"
  76. 4761 "integral size mismatch in argument; conversion supplied"
  77. 4762 "near/far mismatch in argument : conversion supplied"
  78. 4763 "'%s' : function too large for post-optimizer"
  79. 4765 "recoverable heap overflow in post-optimizer - some optimizations may be missed"
  80. 4766 "local symbol table overflow - some local symbols may be missing in listings"
  81. 4769 "conversion of near pointer to long integer"
  82. 4772 "'%s' : too many debug entry points, maximum %d"
  83. 4773 "scoping too deep, deepest scoping merged when debugging"
  84. 4785 "near call to '%s' in different segment"
  85. 4786 "string too long - truncated to %d characters"
  86. 4787 "unprototyped function '%s' called in exception"
  87. 4788 "'%Fs' : identifier was truncated to '%d' characters"
  88. 4790 "insufficient memory to process debugging information"
  89. 4791 "loss of debugging information caused by optimization"
  90. 4792 "long double type not supported by alternate math library"
  91. 4900 "Il mismatch between '%s' version '%ld' and '%s' version '%ld'"
  92. 4000 "UNKNOWN WARNING\n\t\tContact Microsoft Product Support Services"