View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004801 | JEDI VCL | 00 JVCL Components | public | 2009-06-02 20:39 | 2009-06-08 22:48 |
| Reporter | Zento | Assigned To | jfudickar | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0004801: Code provided in issue 0004328 does not compile in Delphi 5 | ||||
| Description | The code provided uses Variants unit in ExprParser.pas, which doesn't exists in Delphi 5. Replace the Variants unit in uses clause by: {$IFDEF HAS_UNIT_VARIANTS} Variants, {$ENDIF HAS_UNIT_VARIANTS} and all "Variants.NULL" by "NULL" and it will compile. | ||||
| Tags | No tags attached. | ||||