View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005611 | JEDI VCL | 00 JVCL Components | public | 2011-06-28 14:47 | 2012-06-13 16:30 |
Reporter | VolkoVD | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 3.40 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005611: TJvInterpreterExpression not support int64 | ||||
Description | To 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; | ||||
Tags | No tags attached. | ||||
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 |