Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Change Icon of *.exe  (Read 5922 times)

0 Members and 1 Guest are viewing this topic.

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
Change Icon of *.exe
« on: September 17, 2008, 08:25:55 pm »
Hi how can i use another icon for my compiled .exe?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Change Icon of *.exe
« Reply #1 on: September 17, 2008, 08:36:31 pm »
It's OS-specific.
Laurent Gomila - SFML developer

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
Change Icon of *.exe
« Reply #2 on: September 17, 2008, 09:47:24 pm »
how does it work with windows?

Dig

  • Newbie
  • *
  • Posts: 31
    • View Profile
Change Icon of *.exe
« Reply #3 on: September 17, 2008, 10:17:53 pm »
Its also compiler specific I think, your IDE should have options for it or you can use reshack to change it after its been compiled.

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
Change Icon of *.exe
« Reply #4 on: September 17, 2008, 11:56:14 pm »
its a console-app, so reshack doesnt find anything

is there another possibility?

marox

  • Full Member
  • ***
  • Posts: 178
    • View Profile
Change Icon of *.exe
« Reply #5 on: September 18, 2008, 12:19:55 am »
the universal method(all comilers, windows only) 8) :
add a file with rc as extension to tyour project, then this line:

Code: [Select]
1 ICON "your_ico.ico"then compile.
PS:use  SnIco Edit to create new icon, or , or Icon Sushi to extract it from an executable.
PS2: sorry for my english
mon tout nouveau siteweb  : Creations

 

anything