Hi i have been trying to figure out how to make a console app .exe have an icon. Right now it has the defualt icon for the .exe, but is there a way to set the icon to something else.
I'm using visual studio c++ express edition 2008.
thanks in advance for the help
icon for a console app
icon for a console app
--------------------------------------------------
For free games visit my website at
FunBox Games
---------------------------------------------------
For free games visit my website at
FunBox Games
---------------------------------------------------
Yes and no.
In Visual Studio Standard and above you add an image to your project and it will set this image as the icon for the exe. However the Express Editions don't allow ressource editing. I don't know if the express editions come with the ressource compiler. If they do you can write the ressource file by hand. Using google and msdn should give you enough informtion on what should be in this ressource file.
If the ressource compiler is not included there isn't a nice way.
You could either use a different IDE/compiler for compiling the application or you could use a ressource manipulator after the linking to change the icon by hand.
In Visual Studio Standard and above you add an image to your project and it will set this image as the icon for the exe. However the Express Editions don't allow ressource editing. I don't know if the express editions come with the ressource compiler. If they do you can write the ressource file by hand. Using google and msdn should give you enough informtion on what should be in this ressource file.
If the ressource compiler is not included there isn't a nice way.
You could either use a different IDE/compiler for compiling the application or you could use a ressource manipulator after the linking to change the icon by hand.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Ya there is no resource compiler to add the icon which is a shame.
thanks for the reply.
thanks for the reply.
--------------------------------------------------
For free games visit my website at
FunBox Games
---------------------------------------------------
For free games visit my website at
FunBox Games
---------------------------------------------------
maybe you cna try resource hacker
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info