Re: binding an icon to an executable?
- Posted by "Wolf" <wolfritz at king.igs.net> Feb 03, 2004
- 499 views
> How do i bind an icon to an executable file? I'm using the translator. I'm > pretty sure its done at compile time, correct? I looked ... Basically, you just need an .rc file, which specifies: IDAPPLICON ICON your_icon.ico ... and a way to link the (created) resource to your .exe. If I've got the spelling right, here's some examples: http://www.king.igs.net/~wolfritz/rc-demo.zip (56K)