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
327 stars 96 forks source link

[Wiki] Idea: Include units instead of Source Code as alternative description in wiki #242

Closed rifoerster closed 2 years ago

rifoerster commented 2 years ago

I keep running in problems in Components when including the Source code directly, instead of the units. (Probably because of different Projects settings, but hard to tell with Delphi).

When including the Units itself it perfectly works every time (with the added boni that the units don't get recompiled for no reason).

I added them as following: {DevDirectory}\D11\$(Platform)\$(Config)

carloBarazzetta commented 2 years ago

Yes you are right. I will update the WIKI documentation

carloBarazzetta commented 2 years ago

Done!

rifoerster commented 2 years ago

This is awkward on my part. When pasting the directory here, something must have gone wrong: The directory is {DevDirectory}\Lib\D11\$(Platform)\$(Config). ( Depending on Delphi Version of cause).

Sorry.

grafik