Pat Thoyts | 19 Mar 19:44

Re: Windows ICONS 48x48


On 19/03/2008, Martin Lemburg wrote:
> Hi Pat,
>
>  I curiously followed this thread about replacing tclkit.ico.
>
>  Until this thread I always placed tclkit.ico in the vfs root directory of
>  the starpack, so that seems to have changed to:
>
>    \kitgen\files\tclkit.ico

No. You still place your modified ico file in the root of the vfs
tree. However, the one that is built into the tclkit executable and
therefore is the one that you are replacing is from
kitgen/files/tclkit.ico.

>
>  And now I read, that you'd change the strings in the executable ... how do
>  you do this?

The sdx utility has for some time been able to replace the version
resource strings in the same way that it can replace the icon
resources. To do this you include a file tclkit.inf in the root of the
vfs tree. It will be read into an array so it should be a set of Tcl
parseable name value pairs. The following file would be suitable:

CompanyName "Some Company Gmbh."
LegalCopyright "Copyright (c) 2008 Some Company Gmbh."
FileDescription "My fancy program"
ProductName "Fancy Program"
ProductVersion "1.0.0.1"

Pat Thoyts


Gmane