|
First
|
Prev |
Next
|
Last
Pages: 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422
Avalanche API Just wondering if anyone out there has played with the tcl api in building some automated scripts with spirents avalanche. ... 15 Sep 2006 11:32
VC and tcl programming I have VC program to execute the tcl script. When I run the program under DEBUG mode, all are OK. But when I run it under Release mode, there is some mistakes. Here is my program and script: Program: if(Tcl_EvalFile(Interp,lpszPathName) != TCL_OK) { str = "Execute file error:" + (CString)Tcl_GetStringResult(In... 18 Sep 2006 14:54
Underflow and expr Hi, Is there a way, in Tcl, to avoid throwing an exception for arithmetic underflow in Tcl and instead to set the value to 0.0. I saw this interesting comment on another topic: This has been important in my work to permit replacing some of Tcl's built-in math functions with others that have floating poi... 18 Sep 2006 19:13
Rivet compilation problem Hello, I've got problem with compiling Rivet. While configuration I get: checking system version (for dynamic loading)... ./configure: line 26437: syntax error near unexpected token `(' ../configure: line 26437: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in' which is quiet old error. Is there an... 7 Sep 2006 06:07
Embedding Tk in an MFC application Hello everyone, We've got an MFC application (a test automation tool) which has an embedded Tcl interpreter so the application can run test scripts written in Tcl. So far we've been using just Tcl without the Tk part but now we'd like to be able to have our Tcl scripts create dialogs, popups etc ... which is why... 26 Sep 2006 05:20
Upload files? Using tcl httpd, I would like to allow users to upload some text files. Looking at the wiki pages, I did not see any documentation on how to do this. Is there a page where this is described, either via api's or through some examples? ... 26 Aug 2006 12:40
NC-Sim Tcl script tool? Hi all, I use NC-Sim Tcl command (like "stop") and found Tcl script is white-space sensitive. And I have to wait for the Tcl report error in run time and time-consuming. Can I debug/lint the Tcl script before run all the simulation? Thanks! Or is there something like Perl's "use strict" and "use warnings" in ... 22 Sep 2006 04:54
How can I debug DLL loading? Hi all, I have compiled a group of DLLs and a SWIG-generated wrapper DLL for exposing some C functions as Tcl commands. However, loading the wrapper DLL under Tcl fails. All DLLs are in the same directory (along with all dependent DLLs). Under tkcon, I get: cd {C:\Users\petasis\redland\Windows} load ./redl... 24 Aug 2006 10:25
Running programs in the background? Hi! On Windows (XP) I'd like to run two programs (cmd /c ...) in parallel and then wait for both of them to complete. How would I go about it? Lots of Greetings! Volker -- For email replies, please substitute the obvious. ... 24 Aug 2006 12:04
program for testing ports with telnet hello, i need a program to testing if a port is up or down for many server. I need to execute commands like 'telnet hostname portnumber' to see if a port is up or not, but i have to do this for about 300 server. If port doesn't respond then quit from telnet and continue with another server. I have a list of serve... 25 Aug 2006 10:06 |