I need to know if a exe file contains at least one icon. A fast way, if that's possible.
I tried with PrivateExtractIcons
and it works, but only for 32 bit exe files.
It's not working for 64 bit exe files.
I need this to work with any exe file in any Windows >= XP (x86 and x64).
I'm using Delphi 2009.