freewrap helper
It is always pain to determine what files and packages are used by a
program.
And almost impossilbe to break into application's internal logic to
fix path names as required by freewrap.
I made a program to help it.
http://bestline-net.ru/~sly/tcl/filelist2.tcl
It transparently tracks all sourced / loaded files and generates all
necessary files for freewrap.
By the way, this was the only way I managed to make work the script I
needed.
Anyone else need it?
.
Relevant Pages
- freewrap helper
... It is always pain to determine what files and packages are used by a ... And almost impossilbe to break into application's internal logic to ... fix path names as required by freewrap. ... (comp.lang.tcl) - Re: freewrap helper
... And almost impossilbe to break into application's internal logic to ... fix path names as required by freewrap. ... It transparently tracks all sourced / loaded files and generates all ... (comp.lang.tcl) - Re: Packaging Tcl/Tk Application on Windows: Single File Executable
... But when I run the exe, I get the console ... In the console window type ... Are you telling freewrap explictly to load ... >>> packages such as winico bundled into a single executable. ... (comp.lang.tcl) - Re: Packaging Tcl/Tk Application on Windows: Single File Executable
... But when I run the exe, ... window. ... Do i need to package any tcl/tk dlls/libs or freewrap takes care of ... >> packages such as winico bundled into a single executable. ... (comp.lang.tcl) - Re: Packaging Tcl/Tk Application on Windows: Single File Executable
... > packages such as winico bundled into a single executable. ... > There should be not reference to external data files such as images .. ... > All should be bundled as a single file on desktop. ... Freewrap can include image file. ... (comp.lang.tcl) |
|