Adding Icon in TBE
by Jon Fernback · in Technical Issues · 10/18/2005 (10:25 am) · 2 replies
I'm trying to figure out how to add an icon to the .exe using TBE but I am having no luck in finding an answer that works
I tried the tutorial on this link
www.rstralberg.com/tbe.html
but it wouldn't compile.
Has anyone here had success in compiling an icon resource into your exe using TBE? If so what changes did you need to make to the makefiles? And yes, I know its easy to do in visual studio, but we're two weeks away from releasing our demo and can't change compilers this late in the game.
Thanks,
Jon
I tried the tutorial on this link
www.rstralberg.com/tbe.html
but it wouldn't compile.
Has anyone here had success in compiling an icon resource into your exe using TBE? If so what changes did you need to make to the makefiles? And yes, I know its easy to do in visual studio, but we're two weeks away from releasing our demo and can't change compilers this late in the game.
Thanks,
Jon
About the author
#2
In conf.gcc3.win32.mk I was missing a line
COMPILER.rc =windres
which should be right after
COMPILER.asm =../bin/nasm/nasmw.exe
This might be fixed in newer versions of TBE but now the tutorial steps work and I have an icon:)
Thanks man,
Jon
10/18/2005 (1:55 pm)
Roland - Thanks but I just figured out the errorIn conf.gcc3.win32.mk I was missing a line
COMPILER.rc =windres
which should be right after
COMPILER.asm =../bin/nasm/nasmw.exe
This might be fixed in newer versions of TBE but now the tutorial steps work and I have an icon:)
Thanks man,
Jon
Torque Owner Roland Stralberg
Rimfrost Software
Which version of TBE did you use.
The tutorial worked for me ( I wrote it ) and has for others.
What was you errors?
Roland