home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
DCC32.EXE
/
0
/
string.txt
Wrap
Text File
|
1998-06-16
|
18KB
|
421 lines
0 Ordinal type required
1 File type not allowed here
2 Undeclared identifier: '%s'
3 Identifier redeclared: '%s'
4 '%s' is not a type identifier
5 PACKED not allowed here
6 Constant or type identifier expected
7 Incompatible types
8 Incompatible types: %s
9 Incompatible types: '%s' and '%s'
10 Low bound exceeds high bound
11 Type of expression must be BOOLEAN
12 Type of expression must be INTEGER
13 Statement expected, but expression of type '%s' found
14 Operator not applicable to this operand type
15 Array type required
16 Pointer type required
17 Record, object or class type required
18 Object type required
19 Object or class type required
20 Class type required
21 Function needs result type
22 Invalid function result type
23 Procedure cannot have a result type
24 Text after final 'END.' - ignored by compiler
25 Constant expression expected
26 Constant expression violates subrange bounds
27 Duplicate tag value
28 Sets may have at most 256 elements
29 %s expected but %s found
30 Duplicate case label
31 Label expected
32 For loop control variable must be simple local variable
33 For loop control variable must have ordinal type
34 Types of actual and formal var parameters must be identical
35 Too many actual parameters
36 Not enough actual parameters
37 Variable required
38 Declaration of '%s' differs from previous declaration
39 Illegal character in input file: '%s' ($%X)
40 File not found: '%s'
41 Could not create output file '%s'
42 Seek error on '%s'
43 Read error on '%s'
44 Write error on '%s'
45 Close error on '%s'
46 Bad file format: '%s'
47 Out of memory
48 Circular unit reference to '%s'
49 Bad unit format: %s
50 Label declaration not allowed in interface part
51 Statements not allowed in interface part
52 Unit %s was compiled with a different version of %s.%s
53 Unterminated string
54 Syntax error in real number
55 Illegal type in Write/Writeln statement
56 Illegal type in Read/Readln statement
57 String literals may have at most 255 elements
58 Unexpected end of file in comment started on line %ld
59 Invalid compiler directive: '%s'
60 Bad global symbol definition: '%s' in object file '%s'
61 Class, interface and object types only allowed in type section
62 Local class, interface or object types not allowed
63 Virtual constructors are not allowed
64 Could not compile used unit '%s'
65 Left side cannot be assigned to
66 Unsatisfied forward or external declaration: '%s'
67 Missing operator or semicolon
68 Missing parameter type
69 Illegal reference to symbol '%s' in object file '%s'
70 Line too long (more than 1023 characters)
71 Unknown directive: '%s'
72 This type cannot be initialized
73 Number of elements differs from declaration
74 Label already defined: '%s'
75 Label declared and referenced, but not set: '%s'
76 This form of method call only allowed in methods of derived types
77 This form of method call only allowed for class methods
78 Variable '%s' might not have been initialized
79 Value assigned to '%s' never used
80 Return value of function '%s' might be undefined
81 Procedure FAIL only allowed in constructor
82 Procedure NEW needs constructor
83 Procedure DISPOSE needs destructor
84 Assignment to FOR-Loop variable '%s'
85 FOR-Loop variable '%s' may be undefined after loop
86 TYPEOF can only be applied to object types with a VMT
87 Order of fields in record constant differs from declaration
88 Internal error: %s%d
89 Unit name mismatch: '%s'
90 Type '%s' is not yet completely defined
91 System unit incompatible with trial version
92 Integer constant or variable name expected
93 Invalid typecast
94 User break - compilation aborted
95 Assignment to typed constant '%s'
96 Segment/Offset pairs not supported in Borland 32-bit Pascal
97 Program or unit '%s' recursively uses itself
98 Label '%s' is not declared in current procedure
99 Local procedure/function '%s' assigned to procedure variable
100 Missing ENDIF directive
101 Method identifier expected
102 FOR-Loop variable '%s' cannot be passed as var parameter
103 Typed constant '%s' passed as var parameter
104 BREAK or CONTINUE outside of loop
105 Division by zero
106 Overflow in conversion or arithmetic operation
107 Data type too large: exceeds 2 GB
108 Integer constant too large
109 16-Bit fixup encountered in object file '%s'
110 Inline assembler syntax error
111 Inline assembler stack overflow
112 Operand size mismatch
113 Memory reference expected
114 Constant expected
115 Type expected
116 Cannot add or subtract relocatable symbols
117 Invalid register combination
118 Numeric overflow
119 String constant too long
120 Error in numeric constant
121 Invalid combination of opcode and operands
122 486/487 instructions not enabled
123 Division by zero
124 Structure field identifier expected
125 LOOP/JCXZ distance out of range
126 Procedure or function name expected
127 PROCEDURE or FUNCTION expected
128 Instance variable '%s' inaccessible here
129 EXCEPT or FINALLY expected
130 Cannot BREAK, CONTINUE or EXIT out of a FINALLY clause
131 'GOTO %s' leads into or out of TRY statement
132 %s clause expected, but %s found
133 Cannot assign to a read-only property
134 Cannot read a write-only property
135 Class already has a default property
136 Default property must be an array property
137 TYPEINFO standard function expects a type identifier
138 Type '%s' has no type info
139 FOR or WHILE loop executes zero times - deleted
140 No definition for abstract method '%s' allowed
141 Method '%s' not found in base class
142 Invalid message parameter list
143 Illegal message method index
144 Duplicate message method index
145 Bad file format '%s'
146 Inaccessible value
147 Destination cannot be assigned to
148 Expression has no value
149 Destination is inaccessible
150 Re-raising an exception only allowed in exception handler
151 Default values must be of ordinal, pointer or small set type
152 Property '%s' does not exist in base class
153 Dynamic method or message handler not allowed here
154 Class does not have a default property
155 Bad argument type in variable type array constructor
156 Could not load RLINK32.DLL
157 Wrong or corrupted version of RLINK32.DLL
158 ';' not allowed before 'ELSE'
159 Type '%s' needs finalization - not allowed in variant record
160 Type '%s' needs finalization - not allowed in file type
161 Expression too complicated
162 Element 0 inaccessible - use 'Length' or 'SetLength'
163 System unit out of date or corrupted: missing '%s'
164 Type not allowed in OLE Automation call
165 %s
166 %s: %s
167 Too many conditional symbols
168 Method '%s' hides virtual method of base type '%s'
169 Variable '%s' is declared but never used in '%s'
170 Compile terminated by user
171 Unnamed arguments must precede named arguments in OLE Automation call
172 Abstract methods must be virtual or dynamic
173 Case label outside of range of case expression
174 Field or method identifier expected
175 Constructing instance of '%s' containing abstract methods
176 Field definition not allowed after methods or properties
177 Cannot override a static method
178 Variable '%s' inaccessible here due to optimization
179 Necessary library helper function was eliminated by linker (%s)
180 Missing or invalid conditional symbol in '$%s' directive
181 '%s' not previously declared as a PROPERTY
182 Field definition not allowed in OLE automation section
183 Illegal type in OLE automation section: '%s'
184 String constant truncated to fit STRING[%ld]
185 Constructors and destructors not allowed in OLE automation section
186 Dynamic methods and message handlers not allowed in OLE automation section
187 Only register calling convention allowed in OLE automation section
188 Dispid '%d' already used by '%s'
189 Redeclaration of property not allowed in OLE automation section
190 '%s' clause not allowed in OLE automation section
191 Dispid clause only allowed in OLE automation section
192 Type '%s' must be a class to have OLE automation
193 Type '%s' must be a class to have a PUBLISHED section
194 Redeclaration of '%s' hides a member in the base class
195 Overriding automated virtual method '%s' cannot specify a dispid
196 Published Real property '%s' must be Single, Real, Double or Extended
197 Size of published set '%s' is >4 bytes
198 Published property '%s' cannot be of type %s
199 Thread local variables cannot be local to a function
200 Thread local variables cannot be ABSOLUTE
201 EXPORTS allowed only at global scope
202 Constants cannot be used as open array arguments
203 Slice standard function only allowed as open array argument
204 Cannot initialize thread local variables
205 Cannot initialize local variables
206 Cannot initialize multiple variables
207 Constant object cannot be passed as var parameter
208 HIGH cannot be applied to a long string
209 Unit '%s' implicitly imported into package '%s'
210 Packages '%s' and '%s' both contain unit '%s'
211 Package '%s' already contains unit '%s'
212 File not found: '%s.dcu'
213 Need imported data reference ($G) to access '%s' from unit '%s'
214 Required package '%s' not found
215 $WEAKPACKAGEUNIT '%s' contains global data
216 Improper GUID syntax
217 Interface type required
218 Property overrides not allowed in interface type
219 '%s' clause not allowed in interface type
220 Interface '%s' already implemented by '%s'
221 Field declarations not allowed in interface type
222 '%s' directive not allowed in in interface type
223 Declaration of '%s' differs from declaration in interface '%s'
224 Package unit '%s' cannot appear in contains or uses clauses
225 Bad packaged unit format: %s.%s
226 Package '%s' is recursively required
227 16-Bit segment encountered in object file '%s'
228 Published field '%s' not a class nor interface type
229 Private symbol '%s' declared but never used
230 Could not compile package '%s'
231 Never-build package '%s' requires always-build package '%s'
232 $WEAKPACKAGEUNIT '%s' cannot have initialization or finalization code
233 $WEAKPACKAGEUNIT & $DENYPACKAGEUNIT both specified
234 $DENYPACKAGEUNIT '%s' cannot be put into a package
235 $DESIGNONLY and $RUNONLY only allowed in package unit
236 Never-build package '%s' must be recompiled
237 Compilation terminated; too many errors
238 Imagebase is too high - program exceeds 2 GB limit
239 A dispinterface type cannot have an ancestor interface
240 A dispinterface type requires an interface identification
241 Methods of dispinterface types cannot specify directives
242 '%s' directive not allowed in dispinterface type
243 Interface '%s' has no interface identification
244 Property '%s' inaccessible here
245 Unsupported language feature: '%s'
246 Getter or setter for property '%s' cannot be found (use $L+ on imported units)
247 Package '%s' does not use or export '%s.%s'
248 Constructors and destructors must have register calling convention
249 Parameter '%s' not allowed here due to default value
250 Default value required for '%s'
251 Default parameter '%s' must be by-value or const
252 Constant 0 converted to NIL
253 $EXTERNALSYM and $NODEFINE not allowed for '%s'; only global symbols
254 $HPPEMIT '%s' ignored
255 Integer and HRESULT interchanged
256 C++ obj files must be generated (-jp)
257 '%s' is not the name of a unit
258 Expression needs no Initialize/Finalize
259 Pointer expression needs no Initialize/Finalize - need ^ operator?
260 Recursive include file %s
261 Need to specify at least one dimension for SetLength of dynamic array
262 Cannot take the address when compiling to byte code
263 Cannot use old style object types when compiling to byte code
264 Cannot use absolute variables when compiling to byte code
265 There is no overloaded version of '%s' that can be called with these arguments
266 Ambiguous overloaded call to '%s'
267 Method '%s' with identical parameters exists already
268 Ancestor type '%s' does not have default constructor
269 Overloaded procedure '%s' must be marked with the 'overload' directive
270 Class methods not allowed as property getters or setters
271 New not supported for dynamic arrays - use SetLength
272 Dispose not supported (nor necessary) for dynamic arrays
273 Duplicate implements clause for interface '%s'
274 Implements clause only allowed within class types
275 Implements clause only allowed for properties of class or interface type
276 Implements clause not allowed together with index clause
277 Implements clause only allowed for readable property
278 Implements getter must be register calling convention
279 Implements getter cannot be dynamic or message method
280 Cannot have method resolutions for interface '%s'
281 Interface '%s' not mentioned in interface list
282 Exported package threadvar '%s.%s' cannot be used outside of this package
283 Only one of a set of overloaded methods can be published
284 Previous declaration of '%s' was not marked with the 'overload' directive
285 Parameters of this type cannot have default values
286 Overriding virtual method '%s.%s' has a lower visibility than base class '%s'
287 Published property getters and setters must have register calling convention
288 Property getters and setters cannot be overloaded
289 Comparing signed and unsigned types - widened both operands
290 Combining signed and unsigned types - widened both operands
291 Duplicate %s '%s' with identical parameters will be inacessible from C++
292 Comparison always evaluates to False
293 Comparison always evaluates to True
294 Cannot use reserved unit name '%s'
4096 -A<unit>=<alias> = Set unit alias
4097 -B = Build all units
4098 -CC = Console target
4099 -CG = GUI target
4100 -D<syms> = Define conditionals
4101 -E<path> = EXE output directory
4102 -F<offset> = Find error
4103 -GD = Detailed map file
4104 -GP = Map file with publics
4105 -GS = Map file with segments
4106 -H = Output hint messages
4107 -I<paths> = Include directories
4108 -J = Generate .obj file
4109 -JP = Generate C++ .obj file
4110 -K<addr> = Set image base addr
4111 -LU<package> = Use package
4112 -M = Make modified units
4113 -N<path> = DCU output directory
4114 -O<paths> = Object directories
4115 -P = look for 8.3 file names also
4116 -Q = Quiet compile
4117 -R<paths> = Resource directories
4118 -U<paths> = Unit directories
4119 -V = Debug information in EXE
4120 -W = Output warning messages
4121 -Z = Output 'never build' DCPs
4122 -$<dir> = Compiler directive
4123 A+ Aligned record fields
4124 B- Full boolean Evaluation
4125 C+ Evaluate assertions at runtime
4126 D- Debug information
4127 G- Use imported data references
4128 H- Use long strings by default
4129 I- I/O checking
4130 J+ Writeable structured consts
4131 L- Local debug symbols
4132 M- Runtime type info
4133 O- Optimization
4134 P- Open string params
4135 Q- Integer overflow checking
4136 R- Range checking
4137 T- Typed @ operator
4138 U- Pentium(tm)-safe divide
4139 V- Strict var-strings
4140 W- Generate stack frames
4141 X- Extended syntax
4142 Y- Symbol reference info
4143 Z- Minimum size of enum types
4144 Borland Delphi Version 12.0 Copyright (c) 1983,98 Inprise Corporation\n
4145 \nSyntax: DCC32 [options] filename [options]\n\n
4146 Compiler switches: -$<letter><state> (defaults are shown below)
4147 Stack size: -$M<minStackSize[,maxStackSize]> (default 16384,1048576)\n
4148 %ld lines, %0.2f seconds, %ld bytes code, %ld bytes data.\n
4150 Delphi exception %s at %s
4151 Function to be called, %s, was eliminated by linker
4152 Symbol was eliminated by linker
4153 Inaccessible value
4154 Expression illegal in evaluator
4155 Access violation at %08X accessing %08X
4156 In page error at %08X
4157 Out of memory at %08X
4158 Illegal instruction at %08X
4159 Noncontinuable exception at %08X
4160 Invalid disposition at %08X
4161 Array bounds exceeded at %08X
4162 Denormal floating point value at %08X
4163 Floating point divide by zero at %08X
4164 Floating point inexact result at %08X
4165 Floating point invalid operation at %08X
4166 Floating point overflow at %08X
4167 Floating point stack check at %08X
4168 Floating point underflow at %08X
4169 Integer divide by zero at %08X
4170 Integer overflow at %08X
4171 Privileged instruction at %08X
4172 Stack overflow at %08X
4173 Control C exit at %08X
4174 Unknown exception %08lX at %08lX
4175 identifier
4176 number
4177 Identifier
4178 Number
4179 real constant
4180 string constant
4181 end of file
4182 Identifier or number
4183 ',' or ';'
4184 ',' or ':'
4185 ';'
4186 ';', ')' or '='
4187 ',' or ')'
4188 Type
4189 Declaration
4190 Expression
4191 Statement
4192 'TO'
4193 'END'
4194 ':'
4195 ',', ')' or ']'
4196 ',' or identifier
4197 Hint
4198 Warning
4199 Error
4200 Fatal
4201 INDEX, READ or WRITE
4202 READ or WRITE
4203 Calling conventions differ
4204 Parameter lists differ
4205 method pointer and regular procedure
4206 regular procedure and method pointer
4207 Length
4208 Untyped
4209 (out of bound) %d
4210 Unknown type: %d
4211 Error(%d)
4212 Unassigned
4213 Unknown
4214 (no value)
4215 Assertion failure
4216 initialized set > 4 bytes in size
4217 class methods of safecall calling convention
4218 import of DLL symbol by ordinal
4219 ')', 'END' or 'PROPERTY'
4220 array property with safecall accessors
4221 constant cast to set type