For Programmers: Free Programming Magazines  


Home > Archive > Tcl > October 2005 > tclkit bug (windows)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author tclkit bug (windows)
ntcross@046.ru

2005-10-25, 7:58 am


On windows (and at all), there is a bug it boot.tcl in tclkit:

vfs::filesystem unmount $noe

Example in russian locale on Win98 (cp1251):
noe: D:/TCLKIT/русский/TCLKIT-WIN32-NEWEST.EXE
::vfs::filesystem info:
d:/tclkit/русский/tclkit-win32-newest.exe

Case differs, so it says: "no such mount" and crashes (on Win98 only).
Replaced with:

vfs::filesystem unmount [lindex [::vfs::filesystem info] 0]

tclkit-win32-newest.exe with added encodings by tkunicode.html on
tclkit
site works ok.

PS. I've raised this before, but it is not fixed in recent tclkit
(8.4.11)
somehow...

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com