GLBasic forum

Main forum => FAQ => Topic started by: Kitty Hello on 2006-Nov-07

Title: Change Icon
Post by: Kitty Hello on 2006-Nov-07
- Download Windres tool (from http://users.ncrvnet.nl/gmvdijk/windres.zip - or google for it)
- Extract to GLBasic\Compiler\platform\win32\Bin
- Create an .ico file (using http://www.irfanview.com/ or something)
- Save the file as icon.ico in the win32\Bin folder
- Open a console (CMD.exe)
- Type:
Code (glbasic) Select
cd "C:\Program Files\GLBasic\Compiler\platform\win32\bin"
echo 101 ICON DISCARDABLE "icon.ico" > resource.rc
windres.exe resource.rc icon.o
quit
- recompile your project

The .exe has now your own icon. With Versions 3.311 or higher (not out at time of writing this article) the program icon of the running application will have changed, too.
Title: Re: Change Icon
Post by: 9940 on 2009-Jul-05
ResHack is more easy to use
http://delphi.icm.edu.pl/ftp/tools/ResHack.zip
Title: Re: Change Icon
Post by: Schranz0r on 2009-Jul-05
you dont need it on v7!
Title: Re: Change Icon
Post by: 9940 on 2009-Jul-05
good news  :good: