TurboPack / AsyncPro

Async Professional is a comprehensive communications toolkit for Embarcadero Delphi and C++Builder.
101 stars 50 forks source link

can't compile with delphi xe7, error missing imagelist.dcu #4

Closed kempoxp closed 7 years ago

kempoxp commented 7 years ago

[dcc32 Fatal Error] AdMdmDlg.pas(54): F1026 File not found: 'C:\delphi\async\packages\Delphi\ImageList.dcu'

help pls.

romankassebaum commented 7 years ago

This version is for Delphi Berlin.

For XE7 I started https://github.com/TurboPack-XE7 but currently there is no AsyncPro.

kempoxp commented 7 years ago

thank you for the answer. i'll try this one on berlin

mariodosreyx commented 2 years ago

Sorry this link does not exist or is broken Is there any other way o getting imagelsit.pas/.dcu

romankassebaum commented 2 years ago

The XE7 branch does not exist any longer. You can try to compile the current version with XE7. The imagelist.pas unit does not exist under XE7, remove it from the uses clause.

You should try to move to Alexandria. HighDPI and ARM are not supported by XE7.