View Issue Details

IDProjectCategoryView StatusLast Update
0004801JEDI VCL00 JVCL Componentspublic2009-06-08 22:48
ReporterZentoAssigned Tojfudickar 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0004801: Code provided in issue 0004328 does not compile in Delphi 5
DescriptionThe 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-06-02 20:39 Zento New Issue
2009-06-08 22:48 jfudickar Status new => resolved
2009-06-08 22:48 jfudickar Resolution open => fixed
2009-06-08 22:48 jfudickar Assigned To => jfudickar