plashenkov / TBX

Themeable toolbars, menus and controls for Delphi
MIT License
46 stars 18 forks source link

Delphi 10 Seattle instalation problem #8

Closed paveltresnak closed 5 years ago

paveltresnak commented 8 years ago

When I trying install design package to DX Seattle I obtain error [dcc32 Fatal Error] TB2Reg.pas(94): F2613 Unit 'ImgEdit' not found. I add to additional compilator directives -LUDesignIDE bud compilation still results in an error. How can I add package to DX Seattle? Thank you, Pavel

paveltresnak commented 8 years ago

Problem was resolved. I extract TTBImageIndexPropertyEditor from TB2Reg.pas to new unit and after that compilation and installation of Toolbar2k and TBX was successful.

paveltresnak commented 8 years ago

Works on Delphi 10.1 Berlin too.