Closed GoogleCodeExporter closed 9 years ago
Solution In file EasyListView.pas replace Pt := SmallPointToPoint(TSmallPoint(Msg.lParam)); with {$IFDEF WIN64} Pt := SmallPointToPoint(TSmallPoint(Int64Rec(Msg.lParam).Lo)); {$ELSE} Pt := SmallPointToPoint(TSmallPoint(Msg.lParam)); $ENDIF}
Original issue reported on code.google.com by pyscripter on 26 Nov 2011 at 2:58
pyscripter
Fixed in version control and tested with demos.
Original comment by pyscripter on 17 Dec 2011 at 1:13
Original issue reported on code.google.com by
pyscripter
on 26 Nov 2011 at 2:58