Index of /tclkit/win32-ix86/8.6.4

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2015-04-13 00:35 709  
[   ]tclkit-cli-864.exe2015-04-13 00:33 2.0M 
[   ]tclkit-cli-864.exe.asc2015-04-13 00:34 291  
[   ]tclkit-gui-864.exe2015-04-13 00:33 3.8M 
[   ]tclkit-gui-864.exe.asc2015-04-13 00:34 291  

No UPX compression

Recent updates to Windows 7 appear to have created problems running UPX compressed executables and there is currently no fix available so this set of files are not UPX compressed and are therefore much larger than previous versions.

To test upx compression yourself you should fetch the sdx tool and split the tclkit binary, upx compress the head part and then re-join the head and tail. eg:

  sdx mksplit tclkit-cli.exe
  upx --compress-resources=0  --compress-icons=0 --strip-relocs=0 tclkit-cli.head
  copy /b tclkit-cli.head + tclkit-cli.tail tclkit-cli-upx.exe
The problem manifests as an exit code of 0xC0000005.