I start using the Graphics32 library from Graphics32.org (Delphi XE2)
When I compile my project, I have several dozen of similar error (french version of Delphi)
W1048 : transtypage de TColor32 en TColor32Entry non protégé
transtypage = transtype ?
non protégé = unprotected
I never like compiler warning ...
How can I fix this ?
and in which context you use them
you might have to use the other type
the code ... ?