EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
321 stars 93 forks source link

Issue with Delphi 12.1 #272

Closed tomaspodmanicky closed 4 months ago

tomaspodmanicky commented 4 months ago

SVGIconImageList is not compatible with Delphi 12.1. When are you planning to release upgraded version?

"The procedure entry point __init_record_Svgiconimage could not be found in the dynamically linked library ..... .bpl"

Thank you.

T.Podmanicky

carloBarazzetta commented 4 months ago

Are you using GetIt Package Manager or building from this GitHub project? I have no problem using Delphi 12.1 patch 1: image

carloBarazzetta commented 4 months ago

Sorry, I forgot to commit the 4.1.3 changes... Update your repo and retry. Thanks.

tomaspodmanicky commented 4 months ago

Thank you very much.