- 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: 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.
ResHack is more easy to use
http://delphi.icm.edu.pl/ftp/tools/ResHack.zip
you dont need it on v7!
good news :good: