Tagged Questions

Starkits are a packaging and deployment mechanism for Tcl. They contain a compressed virtual filesystem that a suitably-enabled runtime (typically a tclkit build or distribution like ActiveTcl) can mount. They can contain application scripts, libraries (both scripted and binary) and other support ...

learn more… | top users | synonyms

5
votes
1answer
464 views

Steps to Create A Tcl Starkit on a Windows Platform

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 ...
3
votes
1answer
159 views

Is there a way to unwrap a Tclkit packed exe?

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 ...
1
vote
3answers
577 views

Tcl Starkit that Reads of off a Sqlite Database

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 ...
0
votes
1answer
255 views

Tcl Dev Kit: can't find package starkit

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 ...