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() &&...
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?
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...
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?
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...
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.