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
217 stars 55 forks source link

ModernAppDemo not run #7

Closed allancmello closed 4 years ago

allancmello commented 4 years ago

The application not compile. Message error: [dcc32 Error] E1026 File not found: 'AwesomeFont.RES'

Desktop:

carloBarazzetta commented 4 years ago

Retry with latest version committed.

allancmello commented 4 years ago

Hi Carlo, I´m try the new latest version the IconFontsImageList and SVGIconImageList, but, isnt run. File 'Awesome Font.RES' is missing Look the picture bellow.

image

My is RAD Studio 10.3.3

carloBarazzetta commented 4 years ago

Oh, yes, it's a resource file used by VCLStyleUtils library that the demo uses if you compile with VCLSTYLEUTILS directive. Now the file is present into the repo, please give me a feed-back if you can compile it now!

allancmello commented 4 years ago

Yes my dear, now everything works perfectly. Thanks!

carloBarazzetta commented 4 years ago

Perfect. bye.