home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / BCBDCC.DLL / string.txt
Text File  |  1997-02-14  |  14KB  |  343 lines

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