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

Problems ti install with RAD Studio 10.2 Tokio #149

Closed quini27 closed 3 years ago

quini27 commented 3 years ago

Dear Carlo: I work with Delphi in RAD Studio 10.2 Tokio and with Python 3.8 installed with Anaconda 3 for windows 10, 64 bits. I am using the components Python4Delphi, and the VCL applications must be compiled for Windows 64 bits (because the version of the Python.dll). However, the SVGIconImageList design time component only can be installed with the target platform Win32. With win64 there is no option to install the components. The FMX components do not work with this version of RAD Studio, and there is no dpk package for FMX components in the SVGIconImageList-master\Packages\D10_2 directory. Any suggestion about how can I use the SVGIconImageList components in my Python4Delphi applications? Thank you in advance

carloBarazzetta commented 3 years ago

I've pushed 2.2.1 version: now all run-time packages can be compiled with 64bit platforms. Only design-time packages remains for win32 platform (IDE).