'''tclexecomp ''' is a Tcl executable wrapper, which creates a single executable file from a Tcl script. Currently it can create binaries for Linux (64-bit), Windows (64-bit) and macOS (64-bit). It is based on [Freewrap], but more up-to-date and with many more Tcl modules integrated. For more information see http://tclexecomp.sourceforge.net/index.html. The latest version (released October 23, 2018) is '''V1.0.7''' and uses '''Tcl 8.6.6'''. ---- [MHo] 2017-11-16: One question. The readme states: ====== Notes for Windows ----------------- If you create an executable for windows, you need 2 DLL's, which have to be in the same directory like the application. You find them in the tools subdirectory, for 32 and 64 Bit systems. ====== Is this true at ''wrapping time'', or also at ''runtime''? [MiNi] 2018-11-4 You only need them at the runtime. <>Application | Deployment | Dev. Tools