101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
-
+
|
</ol>
</li>
</ol>
</p>
<hr>
<p style="width: 500px;">
<p class="kitcreator_longtext">
<b>Method of Operation</b>
<p>
<i>Details:</i> The general mechanism that enables a Tclkit to operate is a small Tcl initialization routine linked statically to the core libraries needed to operate a Tcl interpreter, the Tcl VFS Layer, and a database-backed (Metakit) Virtual File System that is appended to the end of the executable.</p><p>This project brings together all of the required pieces, plus some additional pieces that were found in the original Tclkit:
<ol type="1">
<li>Tk (dynamically linked)</li>
<li>Itcl (dynamically linked)</li>
</ol>
|