Re: Does tclkit support Tclx package



On Apr 28, 3:54 pm, Terminator <manidevara...@xxxxxxxxx> wrote:
Any suggestions on how to wrap TclX extension. I did follow the tclkit
example

package require Tk
pack [button .b -text "Hello World!" -command bell]

Here's what you are missing. tclkit includes a small number of
extensions in addition to tcl. So this example, which only uses
extensions included in tclkit, is really simple to wrap. However, if
the script uses additional extensions, more work is required on your
part. Read all the intro material to tclkit, particularly focusing on
wrapping applications which require add on extensions. The steps are a
bit more complicated, but nothing you can't handle, I suspect.

.


Quantcast