Delphi Errors

Showing 561 - 580 of 614 results
Delphi Compiler Error W1042 Error converting locale string โ€˜%sโ€™ to Unicode. String truncated. Is your LANG environment variable set correctly...
Delphi Compiler Error W1046 Unsafe type โ€˜%s%s%sโ€™ Reason for the Error & Solution You have used a data type or...
Delphi Compiler Error E2391 Potentially polymorphic constructor calls must be virtual Reason for the Error & Solution No further information...
Delphi Compiler Error E2007 Constant or type identifier expected Reason for the Error & Solution This error message occurs when...
Delphi Compiler Error E2242 โ€˜%sโ€™ is not the name of a unit Reason for the Error & Solution The $NOINCLUDE...
Delphi Compiler Error W1047 Unsafe code โ€˜%sโ€™ Reason for the Error & Solution You have used a data type or...
Delphi Compiler Error E2081 Assignment to FOR-Loop variable โ€˜%sโ€™ Reason for the Error & Solution It is illegal to assign...
Delphi Compiler Error E2224 $DESIGNONLY and $RUNONLY only allowed in package unit Reason for the Error & Solution The compiler...
Delphi Compiler Error E2086 Type โ€˜%sโ€™ is not yet completely defined Reason for the Error & Solution This error occurs...
Delphi Compiler Error E2065 Unsatisfied forward or external declaration โ€˜%sโ€™ Reason for the Error & Solution This error message appears...
Delphi Compiler Error F2446 Unit โ€˜%sโ€™ is compiled with unit โ€˜%sโ€™ in โ€˜%sโ€™ but different version โ€˜%sโ€™ found Reason for...
Delphi Compiler Error E2150 Bad argument type in variable type array constructor Reason for the Error & Solution You are...
Delphi Compiler Error E2584 Weak attribute only allowed on fields and variables of type class or interface: โ€˜%sโ€™ Reason for...
Delphi Compiler Error E2153 โ€˜;โ€™ not allowed before โ€˜ELSEโ€™ Reason for the Error & Solution You have placed a โ€˜;โ€™...
Delphi Compiler Error E2271 Property getters and setters cannot be overloaded Reason for the Error & Solution A property has...
Delphi Compiler Error E2533 Virtual, dynamic and message methods cannot have type parameters Reason for the Error & Solution This...
Delphi Compiler Error E2463 โ€˜%sโ€™ directive not allowed in record type Reason for the Error & Solution This occurs when...
Delphi Compiler Error E2515 Type parameter โ€˜%sโ€™ is not compatible with type โ€˜%sโ€™ Reason for the Error & Solution This...
Delphi Compiler Error W1000 Symbol โ€˜%sโ€™ is deprecated Reason for the Error & Solution The identifier for the directive: SYMBOL_DEPRECATED...
Delphi Compiler Error E2517 Operator โ€˜%sโ€™ must take %d parameter(s) Reason for the Error & Solution This occurs when trying...