View Issue Details

IDProjectCategoryView StatusLast Update
0005611JEDI VCL00 JVCL Componentspublic2012-06-13 16:30
ReporterVolkoVDAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionsuspended 
Product Version3.40 
Target VersionFixed in Version 
Summary0005611: TJvInterpreterExpression not support int64
DescriptionTo fix:
unit JvInterpreter;

...

procedure TJvInterpreterExpression.ParseToken;
var
  Int: Int64; //Change to Int64

...

    ttInteger:
      begin
        Val(FTokenStr, Int, Stub);
        if Int > MaxLongint then // Fit to integer?
          FToken := Int // varInt64
        else
          FToken := Integer(Int);// varInteger
      end;
TagsNo tags attached.

Relationships

child of 0005984 resolvedAHUser TJvInterpreterExpression not support int64 

Activities

obones

2011-09-21 11:49

administrator   ~0018930

Please provide the zipped sources of a sample application showing this

obones

2012-02-23 11:00

administrator   ~0019497

We really need a demo project to test this

obones

2012-06-13 16:30

administrator   ~0019980

No news, suspending the issue

Issue History

Date Modified Username Field Change
2011-06-28 14:47 VolkoVD New Issue
2011-09-21 11:49 obones Note Added: 0018930
2011-09-21 11:49 obones Status new => feedback
2012-02-23 11:00 obones Note Added: 0019497
2012-06-13 16:30 obones Note Added: 0019980
2012-06-13 16:30 obones Status feedback => resolved
2012-06-13 16:30 obones Resolution open => suspended
2012-06-13 16:30 obones Assigned To => obones
2012-09-17 14:12 Arioch Relationship added child of 0005984