Hi,
I'm writting a tcl application under Windows XP, and I want to change the priority of my application so that it is less "interrupted" by Windows.
Is there a TCL command to change the priority, sourcing a tcl file ?
Thanks
Hello,
I have build a DLL to use it from tcl script, and it works well when I use it from a script.
Now, I'm trying to generate .exe with freewrap.
When I load my DLL from the generated .exe, I have an message telling that "the DLL or a dependant file cannot be found". It seems that this is due...
Hello,
I have found what is wrong :
I use
**************************
lappend auto_path c:/tcl/lib/itcl3.2
lappend auto_path c:/tcl/lib/itk3.2
package require Itcl 3.2
package require Itk 3.2
****************************
and I have always the message "can't find package Itcl 3.2" because I use...
Hello,
I have made a test software with tcl and I have created objects using the "itcl" and "itk" packages.
Now, I try to create an .exe file with freewrap; I had no problem with others packages like "crc32", but no way for "itcl" and "itk".
I have tried several ways like...
I make a interface with many controls. I use to make it with a single window, and it is very usefull to don't care how many controls are needed because of the window resizes automatically.
Now, I use a IWidget tabnotebook, and I put in it some controls. And I have to choose a size for the...
I try to know if it is possible to add hardware specific driver into tcl script. For exemple, if I want to use tcl script to use a PCI communication card to communicate with external device, is it possible to include the driver specification into a tcl script (just like an "include...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.