Status: new Severity: failure Category: Tclkit Created: 2009-11-24 Updated: 2009-11-24

Creating a starkit using sdx with tclkitsh-8.5.8-win32.upx.exe which has a new embedded icon will not replace all the icons. The bug is in wrap.tcl where the name of the icon 'k' is no longer unique. The wrong icons are compared and the size never matches.

The fix is to add the bits-per-pixel (bpp) 'bc' to the icon name in the decICO function:

    lappend result ${w}x${h}/$cc/$bc $image

The name of the icon is now unique and the correct icon sizes are compared.



2009-11-24 D Ferreira

Created

Add a comment:

Tip: add empty lines between paragraphs and indent lines to prevent reformatting.

Your name or initials: