ANNOUNCE: freeWrap 5.6 released

From: Dennis LaBelle (labelled_at_nycap.rr.com)
Date: 02/24/04

  • Next message: Cameron Laird: "Re: saving state via"
    Date: Tue, 24 Feb 2004 02:17:50 GMT
    
    

    This message announces the release of freeWrap version 5.6

    The freeWrap program turns TCL/TK scripts into single-file binary executable
    programs. freeWrap can wrap TCL/TK applications that consist of multiple
    script and binary files. freeWrap combines all the files together into a
    single executable file.

    freeWrap 5.6 is based on TCL/TK 8.4.4

    freeWrap executables are freely available for both Linux and Windows.

    Instructions and source code for building freeWrap on both Windows and UNIX
    platforms is also freely available.

    The following additional variation of freeWrap is also available for
    download:

         freewrapBLT a windowing application that includes TCL/TK and
    the BLT extension (Linux only)
         freewrapTCLSH a console-only application which includes only TCL.

    Please visit the freeWrap home page:

              http://freewrap.sourceforge.net

    Changes implemented in version 5.6
    ------------------------------------

    1) A new freeWrap command line option has been added to specify the Windows
    program icon to use for the wrapped application.

    2) A generic ZIP file creation capability has been added with a
    new ::freewrap::makeZIP command. This command incorporates the capabilities
    of the Info-ZIP ZIP2.3 program directly into the freeWrap code.

    3) FreeWrap no longer uses a separate ZIP program to do its work. ZIP
    capabilities have been compiled directly into freeWrap.

    4) The WINICO extension for Windows has been added back into freeWrap.

    5) The ::freewrap::getStubSize command now returns a correct, non-zero value
    under Linux. This fix also enables the ::freewrap::reconnect command to
    work under Linux since ::freewrap::reconnect called ::freewrap:getStubSize.

    6) FreeWrap no longer performs source code encryption. This "protection" is
    rather weak when used in script-wrapping applications. Therefore, this
    feature has been removed.

    7) You no longer need write permission to script files you will be wrapping.


  • Next message: Cameron Laird: "Re: saving state via"

    Relevant Pages

    • Re: FreeWrap using libraries
      ... Wrap the script with the following command. ... The ZIPOBJDIR variable defined in the freeWrap Make files needs to be set to ... To use "package require" you would need to create a pkgIndex.tcl file, ...
      (comp.lang.tcl)
    • Re: Packaging Tcl/Tk Application on Windows: Single File Executable
      ... >>> I think it would just be easier for me to compile the Img extension right ... Freewrap keeps getting larger as it is. ... winzip, replaced the main script with my new script, edited some bits ... in there to make the freewrapped app recognise my new script and saved ...
      (comp.lang.tcl)
    • exit or destroy with exec from a tcl script
      ... i have a script that is invoked from an exec command. ... it is using a special wish interpreter generated by freewrap. ...
      (comp.lang.tcl)
    • Re: Freewrap6.2 and Snack 2.2
      ... How do I wrap my script and include snack with it? ... I am so used to Freewrap... ... I had to add the path for the snack2.2 folder to the auto_path. ...
      (comp.lang.tcl)
    • Re: ANNOUNCE: freeWrap 5.6 released
      ... freeWrap can wrap TCL/TK applications that consist of multiple ... > Instructions and source code for building freeWrap on both Windows and UNIX ... > 7) You no longer need write permission to script files you will be wrapping. ...
      (comp.lang.tcl)