Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: idcarlos on March 22, 2006, 12:20:30 am

Title: Add icon to a EXE file.
Post by: idcarlos on March 22, 2006, 12:20:30 am
I can't find the option to make my exe file with a custom icon! :D
Title: Re: Add icon to a EXE file.
Post by: Pecan on March 22, 2006, 01:15:13 am
An advanced search on the forum for "seticon" produced this:

http://forums.codeblocks.org/index.php?topic=2191.0
Title: Re: Add icon to a EXE file.
Post by: idcarlos on March 22, 2006, 10:39:38 am
Thanks!

This is a planned feature for any nigth build?
Title: Re: Add icon to a EXE file.
Post by: kkez on March 22, 2006, 01:49:32 pm
This is a planned feature for any nigth build?
Let's leave the developers to take care of other (important) features for C::B. It's up to users like me and you to create a plugin for that (and for the versioning too, if possible). Why don't you give a try? I'm trying to do that too (even if i never used wxwidgets..)
Title: Re: Add icon to a EXE file.
Post by: mandrav on March 22, 2006, 02:09:28 pm
This is a planned feature for any nigth build?
Let's leave the developers to take care of other (important) features for C::B. It's up to users like me and you to create a plugin for that (and for the versioning too, if possible). Why don't you give a try? I'm trying to do that too (even if i never used wxwidgets..)

Exactly. Thank you kkez :)

Although, I was thinking of creating a version-info plugin as a tutorial on how to use the project loading/saving hooks to read and write custom info inside the project file...
Title: Re: Add icon to a EXE file.
Post by: kkez on March 23, 2006, 07:19:34 pm
Although, I was thinking of creating a version-info plugin as a tutorial on how to use the project loading/saving hooks to read and write custom info inside the project file...
That would be great!  :D