Hi,
is there any way how to extract resource data from executable file or dll?
I need this, for example to extract icons (all sizes and depths) to any ico file.
I found ExtractAssociatedIcon in Delphi, but this should be the same in C++. But when I use this, I'll just get 32*32px*16bit icon. Nothing more.
So?