|
Visual C++ 2005 Express won't link my tcl app Hi folks, I hope you can pardon a Hello, world question. I'm having a tough time getting my Tcl Library app to link under the Microsoft compiler on Windows. I've had it running under Linux. I get messages like: tkntrp.obj : error LNK2019: unresolved external symbol __imp__Tcl_CreateInterp referenced in func... 6 Mar 2006 11:27
launching wish from tclsh Hi, I'm trying to create some scripts to run Ixia performance tests using a console interface (tclsh) in place of a gui interface for input of test parameters. Gui-based Ixia tests are basically Tcl/Tk scripts that can be run using tcl packages (IxTclHal) only accessible from wish and not from tclsh. So, I procee... 22 Feb 2006 19:01
running old wishx applications Hi, I just wanted to ask to what extent old wishx applications are expected to run with tcl/tk-8.4.12 + tclx-8.4 (as in ActiveTcl-8.4.12, for example). Or is there no general claim of backward compatibility? For concreteness, I've tried sfm-1.5 (an old but charming "simple file manager", http://www.naskita.com... 16 Feb 2006 16:31
PLOTTING A GRAPH IN TCL Hi all. i need help, i have to plot a XY graph using TCL. i have been using TCL from hte past a month and now have to plot a graph. I have no idea how to do it. i need help. i went through the net, and came across BLT. I'am using modelsim PE tool to plot a graph. In few sites i came across it said BLT 2.4 is requi... 16 Feb 2006 06:29
Eager for Expect samples on software testing Who can help me? I don't have Cisco devices, in fact I have nothing except this computer. So I want examples that test pure software. What is best suitable to be tested by Expect? I already had a little knowledge about DejaGNU, but it seems I have nothing to test! ... 13 Feb 2006 19:39
dummy https-server with tls? I'd need some https-server that just responds with a 404 whatever file is asked for. tls::socket doesn't seem to do server-sockets, and for tls::import, I don't know how to apply it on server-sockets. ... 9 Feb 2006 07:56
Problem with Expect for Windows I have ActiveState Tcl 8.4.11.1 installed. I want to control a remote computer with Solaris 10. For that I'm using the telnet aplication plink.exe from the putty distribution. Logging in remotely per expect works fine, also starting commands, even su to root works ok. The problem: I want to upload an ASCII fi... 8 Feb 2006 15:13
Binary scan and NULL-char Hi I would want to scan binary string by following commands: set point_file_fileID [open $point_file_full_name r] fconfigure $point_file_fileID -translation binary -encoding binary set line [read $point_file_fileID 52] set ret [binary scan $line "iiiissica21a5" \ PtSWLongitude \ PtSW... 8 Feb 2006 11:32
How to make icon image colors match Tile themes? I have buttons containing images in a Tile-based Windows application. The images are fairly simple with just a couple of colors. What I want to be able to do is to have those colors match whatever theme is in use. So if the user changes the Windows color scheme from "Default blue" to "Steel" I want my icon colors t... 4 Feb 2006 18:31
Converting ASCII characters <-> binary string Does anyone have a pointer for methods of converting a traditional into a string of 1 and 0 ascii characters which represent the original string? For instance, such code might change "abc" into "011000010110001001100011" (I think I did that right)... and vice versa. ... 25 Jan 2006 09:03 |