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