Hello:
I am trying to figure out the basic steps to creating a Tcl starkit in Windows. I've asked a similar question before, as well as purchased a book on Tcl programming, visited wiki.tcl.tk, emailed Tcl programmers directly, etc... In all, I've received great feed back from my resources and this website; however, I've failed to exp...
Hello:
I am trying to build a Tcl Application that reads off of a Sqlite database. When I build a starkit for the application and place the Sqlite database file next to the .tcl file within the .vfs folder and try to run the application (.exe), I receive the error, "can't find package sqlite3 while executing package require sqlite3".
...
I have an exe that has been wrapped using this method:
http://www.kocjan.org/tclmentor/10-tclkits-building-standalone-tcl-binaries.html
Is there any way to unpack it back into a .kit file or a vfs structure?
...
I am not able to wrap the most simple TCL application using TclDevKit5.2.
I on 64 bit CentOS, and here wat uname -a returns:
Linux hp1 2.6.18-194.11.1.el5 #1 SMP Tue Aug 10 19:05:06 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
When typing:
/opt/TclDevKit-5.2/bin/tclapp -out wrap empty.tcl
(here empty.tcl is an empty file) it generates ...