First  |  Prev |  Next  |  Last
Pages: 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422
tcllib smtp problem: read from server timed out
smtp::sendmessage on localhost gives me the following error sometimes: "SMTP error: read from server timed out" on sendmail's side: # tail -f /var/log/maillog .... Oct 19 10:08:16 stats sendmail[19591]: k9J84Tsn019591: localhost.localdomain [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA ... 9 Nov 2006 04:39
oratcl 4.4 on aix
After installing oratcl 4.4 I got an error trying to load lib/libclntsh.so I noticed that oracle ships a libclntsh.a file instead of .so and tried linking it, and got this error. 0509-103 The module has an invalid magic number. I also looked inside genclntsh, but it doesn't appear to have any options to kee... 1 Nov 2006 17:50
What does this "thru" do?
func func1 {a b -sub} { set a [lindex $a 0]; set b [lindex $b 0]; if {[info exists sub]} { return "[expr $a - $b]"; } else { return "[expr $a + $b]"; } } func func2 {x y -sub} { eval func1 $x $y [thru sub] } I have not been able to figure out wat exactly is this "thru" doing? i... 14 Oct 2006 05:15
Embedding TCL in C++ multithreaded application
Hey guys, I am completely new to TCL and our requirement is to execute TCL scripts simultaneously in c++ multiple threads. We want to create the threads dynamically in c++ application that will execute TCL script passed as an argument. We tried the basic idea with "cpptcl" but came to conclusion that it does no... 14 Oct 2006 11:36
Amazon S3 in pure Tcl
I'm in the process of doing this right now, for anyone who cares. I have the basic library interfacing to the REST API. That is, given a verb and a resource and the content and appropriate headers, it does the authorization header, calculates MD5s, etc. It works either synchronously or via the event loop, depen... 6 Oct 2006 18:43
Tcl/TK and C
Hi all, I've previously attempted to write a game-type application that consists mostly of a bunch of pieces the user can move with a mouse. I should mention here that I'm from a hardware background, and not super experienced with PC applications. My first attempt was purely in C++, using MFC with Visual Stu... 4 Oct 2006 12:06
Problems building Tcl and Expect in MinGW
Hi everyone, I'm currently trying to install Tcl and Expect in MinGW. My further goal is to build Dejagnu and then to run the gcc test-procedure. Unfortunately I'm a newbie to this and not used to handle things like configure-scripts etc. Here is what happened: * Started with: Win2kSP4 (never touched by MinGW... 23 Oct 2006 15:49
TIP #86 (was Re: Debug API in the core?)
Donal K. Fellows wrote: suchenwi wrote: If hooks for that API were patched in the code, there should be some way to use and test them from Tcl, without needing a debugger extension... Note that any script-level hooks might need an extension anyway. It's not such a bad thing to need to say [... 29 Sep 2006 11:49
Closures
Neil Madden <nem(a)cs.nott.ac.uk> writes: Bruce Stephens wrote: [...] I'll bet closures/lambdas aren't "simple enhancements". Lambdas are in 8.5 -- see the [apply] command. A lambda is just a list of {params body ?namespace?}. Right, they're easier. [...] And this is for a language where ... 29 Sep 2006 06:23
Expect in a shell pipe
I'm attempting to pipe commands to ssh(1) while also using Expect to handle the optional dialog that ssh can generate. I'm using version 5.43.0 under HP-UX 11.11. My Expect script is as follows: ########## if [catch "spawn -noecho /usr/bin/ssh -i ~/.ssh/id_rsa_SVC -l admin dessvc" reason] { send_error --... 29 Sep 2006 00:08
First  |  Prev |  Next  |  Last
Pages: 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422