ikatz | 19 Sep 22:22

Tix and BLT with Starkit


Hi,

I am trying to compile a Tcl file into an .exe file, and I am using
starkit to get my file.kit. The thing is that I am using Tix and BLT
packages, and I don´t know how to put everything together in order to
get a unique executable using the Tclkit. I have tried with TixTclkit
and dqkit, but with those I can only use Tix or BLT, but not
together.
Can anyone help me?

Thanks in advance!

lvirden | 23 Sep 13:23

Re: Tix and BLT with Starkit


There are several options. One is to take the source for one of those
specialized tclkits and add BLT to them, then built it in.
The second is to go through the steps to make one of the two packages
loadable from within a tclkit and add it as another piece of your
program - I'd recommend trying to get tix to be loadable over trying
to make blt loadable.
The third option, which I suspect you are less interested in, would be
to change things so you don't need one of the two. Of this route, I
would suggest that finding alternatives to Tix that were already in
the dqkit would probably be easier.

On Sep 19, 4:23 pm, ikatz <send...@gmail.com> wrote:
> Hi,
>
> I am trying to compile a Tcl file into an .exe file, and I am using
> starkit to get my file.kit. The thing is that I am using Tix and BLT
> packages, and I don´t know how to put everything together in order to
> get a unique executable using the Tclkit. I have tried with TixTclkit
> and dqkit, but with those I can only use Tix or BLT, but not
> together.
> Can anyone help me?
>
> Thanks in advance!

Gmane