View Issue Details

IDProjectCategoryView StatusLast Update
0005136JEDI VCL00 JVCL Componentspublic2011-06-10 16:09
ReporterdeboseAssigned ToAHUser 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.40 
Summary0005136: JvInterpreterNotepad demo fails to compile in D2010: Invalid typecast
DescriptionDemo 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.
TagsNo tags attached.

Activities

obones

2010-03-08 16:05

administrator   ~0017251

No problem in D2009, must be checked with D2010

AHUser

2010-04-02 14:45

developer   ~0017352

Fixed in SVN.

Issue History

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