Discussion:
How to embed icons (.ico) into executable?
G***@gmail.com
2006-10-11 15:59:36 UTC
Permalink
I'd like to embed several windows icons (.ico files) into my program at
compile time. I currently use XPM files, but they dont allow alpha
blending, which I'd like in my toolbar icons. I also would prefer not
to have several icon files that I need to distribute with the program.
I'm using VC++ 2005 on Windows. How can I embed these icons into the
program?

Thanks!
Greg
Phillip Seaver
2006-10-11 16:21:34 UTC
Permalink
Post by G***@gmail.com
I'd like to embed several windows icons (.ico files) into my program at
compile time. I currently use XPM files, but they dont allow alpha
blending, which I'd like in my toolbar icons. I also would prefer not
to have several icon files that I need to distribute with the program.
I'm using VC++ 2005 on Windows. How can I embed these icons into the
program?
Thanks!
Greg
http://www.wxwidgets.org/wiki/index.php/Embedding_PNG_Images

HTH,

Phillip
fronda
2006-10-11 16:38:02 UTC
Permalink
Post by Phillip Seaver
http://www.wxwidgets.org/wiki/index.php/Embedding_PNG_Images
what embeded *.ico in windows exe?
i use gcc on windows

Loading...