First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
Looking for an experienced Tcl programmer - now also in White Plains/ New York
Hi, some time ago I posted an advertisement for an open position for an experienced Tcl programmer (non-GUI, non-QA tasks) - that was located in Frankfurt / Germany. Now we are also looking for the same skills in White Plains / New York - so if somebody is interested, please send your CV to jobs-ms(a)interactive... 11 Jul 2008 18:11
C++ Server & Tcl client
I'm trying to write a simple tcl client to talk to a simple C++ server using tcl's socket command. Can this be done? I've seen lots of examples of both client and server being written in tcl, and it looks straight forward, but when I try to talk to the C++ server... #The C++ server "sees" the connection, and the ... 12 Jul 2008 10:30
tcl / expect question, saving output
Hi, I've written a very simple expect script to pull down a file from IBM via http GET. If I let the output go to stdout, I get the whole file scrolling by, which I can redirect. It's about 180K. Unfortunately, it also includes the output from the initial spawn, which I'm not interested in. If I try to s... 11 Jul 2008 16:07
l'C program executing from a tcl script with pipe opened usingopen command in Tcl
Ravikanth wrote: Hi all, I wanted to communicate with a C program from a Tcl script.. The test code i have written is below Both the 'C' program and Tcl script are located in the same directory. The 'C' program is below. I have named it CTCL.C #include<stdio.h> #include<string.h> in... 11 Jul 2008 14:03
"lsort -integer" does not work with hex and some other integers?!
Hi, I just experienced, that "lsort -integer" does not work with valid integer strings: % # Some helpers % % proc hexToDec {hexList} { foreach hexValue $hexList { lappend decList [expr $hexValue]; } return $decList; } % proc hexToOct {hexList} { ... 14 Jul 2008 11:37
l'C program executing from a tcl script with pipe opened using open command in Tcl
Hi all, I wanted to communicate with a C program from a Tcl script.. The test code i have written is below Both the 'C' program and Tcl script are located in the same directory. The 'C' program is below. I have named it CTCL.C #include<stdio.h> #include<string.h> int main() { int i; char c[30]; printf(... 11 Jul 2008 13:01
Tcl_CreateHashEntry failing silently on bad arg
Hi, I've somehow misread something somewhere and got the bad impression that I can pass NULL as third arg of Tcl_CreateHashEntry(). It took me quite a while to realize that it isn't the case. In the meantime for some unknown reason it failed silently - always returning NULL. I've observed that only under Solar... 11 Jul 2008 11:59
zip binary data
I am profiling binary files by [read]ing chunks of data, compressing the chunk, using zip from Trf. I run into trouble if the data chunk starts with character "-", zip thinking I am trying to define an option. Escaping "-" doesn't seem to help, nor does "--"work. Is there any solution for this? zip -mode compr... 11 Jul 2008 17:09
BLT 3 vs Tk 8.5 again
I mentioned back in May that I was trying to build the CVS head for Tk 8.5 and BLT , but was encountering problems. From that thread, there was a mix of reactions, but in the end, I either got "me too" type emails or messages from people indicating they didn't see the problem. I'm wondering if the problem has mor... 11 Jul 2008 09:55
building tcl with threads
hi, in wich case it's necessary to build tcl with threads ? (--enable- threads) my app is threaded for midi I/O and other things but i create the interpreter in the main thread and use asynchrone procedure when i need to Tcl_EvalEx some things. so every Eval is done in the main thread. do i need to build tcl... 15 Jul 2008 12:18
First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85