Re: Does tclkit support Tclx package
- From: "Larry W. Virden" <lvirden@xxxxxxxxx>
- Date: 30 Apr 2007 05:22:00 -0700
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.
.
- References:
- Does tclkit support Tclx package
- From: Terminator
- Re: Does tclkit support Tclx package
- From: Gerald W. Lester
- Re: Does tclkit support Tclx package
- From: Terminator
- Does tclkit support Tclx package
- Prev by Date: Re: integer value too large?
- Next by Date: Re: Command history by cursor key in Linux tclsh
- Previous by thread: Re: Does tclkit support Tclx package
- Next by thread: integer value too large?
- Index(es):