EtheaDev / IconFontsImageList

Four advanced components to simplify use of Icon Fonts as images and ImageList: TIconFontImage, TIconFontsImageCollection, TIconFontsVirtualImageList, TIconFontsImageList (for VCL and FMX). Full support for High-DPI apps. Rendering optimized with GDI+
Apache License 2.0
218 stars 55 forks source link

Error compiling FMX design time package with 10.3 #44

Closed Daniela-Zanini closed 3 years ago

Daniela-Zanini commented 3 years ago

Hi Carlo, we just tried to install IconFontImageList on a 10.3 Delphi installation but it fails with the following error:

[dcc32 Fatal Error] dclIconFontsImageListFMX.dpk(36): E2202 Required package 'dclfmxstd' not found

We are addressing VCL application at the moment so we just skipped it but zou may be interested in fixing this nonetheless. Thanks

carloBarazzetta commented 3 years ago

Hi Daniela, thank you for the warning. Did you download the library from GetIt or from this GitHub repository? If you are considering using these components for VCL applications take a look also at the SVGIconImageList library, which frees you from font files and uses svg files.