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 IamaSherpa 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: cuti
  • Order by date
  1. cuti

    Tcl GUI for C application

    I have a C application that accepts input from command line and would like to make a Tcl GUI that would let me give input commands through buttons,and output(scrolling data packets) from C program would be shown in text box.C application checks for input with: if(kbhit() &&...
  2. cuti

    Talking to multiple devices

    Thanks for your help!One more thing,I have just been told that you can talk only to ports 1-9 on Windows.I need to support up to 18 devices.Is there any way to work around this 9 ports limitation?
  3. cuti

    Talking to multiple devices

    I'm trying to put together Tcl application which is going to collect data from several devices attached to serial ports.I need to be able to wait until I have received a full packet and than write it into a file together with time stamp and port number that the data came from.Does anyone have an...
  4. cuti

    C & Tcl basics: how to build/compile

    Ken, Thanks a lot for your explanation.It was a big help.I have managed to write some C code.Now,I have a new problem -everything compiles just fine but linking is a problem.I get error LNK2001: unresolved external symbol _Tcl_Main. I'm using VC++6.0 Do you have an idea what might be wrong?
  5. cuti

    C & Tcl basics: how to build/compile

    I appologize if I'm asking something obvious but...I need to add some C functions to my Tcl code and I have no programming experience so I realy need your advice.I'm supposed to use VC++ 6.0 and I would like to know if I have to build Tcl from source to be able to write extensions and second,how...

Part and Inventory Search

Back
Top