Hi:
I'm using XE5 and devexpress vcl 14.1.2,I encountered a problem when installing AC9.05Beta, I've modified sDefs.inc, but still Compile error.
Is there anything else I forgot to set or do?
Thank you very much.
Jason
[attachment=6775:ERROR.png]
procedure DrawTrackBarThumbBorderUpDown(ACanvas: TcxCanvas; const ALightPolyLine, AShadowPolyLine, ADarkPolyLine: TPointArray); override;
procedure TcxACLookAndFeelPainter.DrawTrackBarThumbBorderUpDown(ACanvas: TcxCanvas; const ALightPolyLine, AShadowPolyLine, ADarkPolyLine: TPointArray);
begin
inherited;
end;
[dcc32 Error] acLFPainter.pas(365): E2003 Undeclared identifier: 'TPointArray'
[dcc32 Error] acLFPainter.pas(2629): E2005 'TPointArray' is not a type identifier
[dcc32 Fatal Error] sThirdParty.pas(166): F2063 Could not compile used unit 'acLFPainter.pas'