Author Topic: Add icon to a EXE file.  (Read 7092 times)

idcarlos

  • Guest
Add icon to a EXE file.
« on: March 22, 2006, 12:20:30 am »
I can't find the option to make my exe file with a custom icon! :D

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Add icon to a EXE file.
« Reply #1 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

idcarlos

  • Guest
Re: Add icon to a EXE file.
« Reply #2 on: March 22, 2006, 10:39:38 am »
Thanks!

This is a planned feature for any nigth build?

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: Add icon to a EXE file.
« Reply #3 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..)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Add icon to a EXE file.
« Reply #4 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...
Be patient!
This bug will be fixed soon...

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: Add icon to a EXE file.
« Reply #5 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