View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005136 | JEDI VCL | 00 JVCL Components | public | 2010-01-25 11:51 | 2011-06-10 16:09 |
Reporter | debose | Assigned To | AHUser | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.40 | |||
Summary | 0005136: JvInterpreterNotepad demo fails to compile in D2010: Invalid typecast | ||||
Description | Demo JVCL\examples\JvInterpreterDemos\JvInterpreterNotepad\ fails to compile in Delphi 2010. Compilation fails on following code (last line): procedure TMain.RAHLEditor1KeyUp(Sender: TObject; var Key: Word; Shift: TShiftState); begin Args.Clear; Args.Values[0] := Key; Args.Values[1] := S2V(Byte(Shift)); Fail occur, because of Shift: TShitftState to byte typecast. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-01-25 11:51 | debose | New Issue | |
2010-03-08 16:05 | obones | Note Added: 0017251 | |
2010-03-08 16:05 | obones | Status | new => acknowledged |
2010-04-02 14:45 | AHUser | Note Added: 0017352 | |
2010-04-02 14:45 | AHUser | Status | acknowledged => resolved |
2010-04-02 14:45 | AHUser | Fixed in Version | => Daily / SVN |
2010-04-02 14:45 | AHUser | Resolution | open => fixed |
2010-04-02 14:45 | AHUser | Assigned To | => AHUser |
2011-06-10 16:09 | obones | Fixed in Version | Daily / SVN => 3.40 |