It seems ::freewrap::unpack no longer supported
zlib in version 7 not present
The TCLmtls package will be included in the next freeWrap release (version 7.02). The TCLmtls package provides the same commands as the TLS package.
The freewrap::unpack procedure was intentionally removed as of freeWrap version 7,0. I decided that the procedure's functionality should be the responsibility of the developer's application. Especially in terms of any necessary error trapping. Here is the source code from versions prior to 7 .0. proc unpack {path {destdir {}}} { ;# Unpack a file from ZVFS into a native location. ;# ;# path = ZVFS path of file to unpack ;# destdir = optional destination directory for unpacked file. ;# ;# Returns:...
Dana, With my testing, I find that the zlib behavior is identical between Linux and Windows. Please remove the [package require zlib] statement from your application. Zlib is not a loadable module. Instead, it is statically linked (and already loaded) into freeWish. There is no need to use a package require command. You application appears to work fine once the package require statement is removed.
The zlib command is still present in freeWrap 7. What makes you think zlib is not available? Please provide a script example that displays the problem.
freeWrap 6.76 released
freeWrap 6.76 released