Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: poque
  • Order by date
  1. poque

    Windows priority

    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
  2. poque

    load tcl84.dll and application exception

    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...
  3. poque

    Freewrap and package

    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...
  4. poque

    Freewrap and package

    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...
  5. poque

    Resize a tabnotebook

    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...
  6. poque

    use hardware specific driver with tcl

    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...

Part and Inventory Search

Back
Top