Re: tclkit.ico seems not to work with tclkitsh

Pat Thoyts <[email protected]> Tue, 17 Feb 2009 23:10:02 +0000
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
2009/2/17 Flori <[email protected]>:
>
> I place my tclkit.ico in my.vfs as usual and it works fine, when I use
> -runtime tclkit8.5.2-win32.upx.exe
> but it does not work when I use tclkitsh8.5.2-win32.upx.exe
>
> Any suggestions?

Seems to be a problem - probably the wrong icon is getting built into
the tclkitsh binary. You might try decompressing the binary using upx
-d then edit the binary using visual studio or some other resource
editor to replace the icon manually. You can also use 'sdx mksplit' to
split the database from the binary, then upx -d, then edit the icon,
then concatenate the recompressed binary + the database again if you
want to stick with a small binary.

Pat Thoyts