|
'C' executable not working from a Tcl shell Hi all, I have a problem executing a c executable from Tcl shell.. Let me give you the code i have tested. I have saved the code below in ctcl.c #include<stdio.h> #include<string.h> void main() { int i; char c[30]; printf("Reading string...\n"); scanf("%s",c); printf("String read is :%s\n",c); } ... 11 Jul 2008 08:54
using tcom, how to insert a picture in MS word, using tcom Hi, Though I know how to insert a txt file or MS doc, I did not find the method to insert a picture? even i spent some time to look about the COM-interface? ... 10 Jul 2008 05:10
ActiveState Code - the new ASPN Cookbooks ActiveState Code has been launched (in beta)! ActiveState Code is a new site that will be the eventual replacement of the venerable ASPN Cookbooks, which covered several languages, including Tcl. What this site offers over the ASPN Cookbooks: * a complete visual refresh (long overdue) * full tagging su... 10 Jul 2008 13:24
can tcl modify file's writable/readable mode ? if a file is readable mode only, can tcl script modify the mode of file ,so i can write it ? ... 9 Jul 2008 22:58
Reading and writing XML gets tediuos Hello out there, I am working on a tool which saves (and later maybe restores) its state as XML. The overall scenario is this: At the top there is a master object with lots of properties. It manages several classes of other objects which of course have lots of properties of their own. When it comes to saving each... 10 Jul 2008 12:22
dealing with special characters Hello Stuart, If you have complicated strings in your source code and you do not need any substitutions you may but the data into curly braces: set MESS {15C3A33C 186005017"B1B@ \y@]@@]G@]M@]R@]V@]W@]Y@]]@]]@]e@]k@]s@]}@^F@^R@^X@^^@^k@^s@_B@_L@_U@__@_g@_q@_}@_? @`F@`G@`J@`Q@`Q@`X@``@`k@`t(a)aA@aM(a)aW@ae(a)am@a~@bD(a)bO... 9 Jul 2008 16:48
ANN: Tcl Syntax Highlighting for DocBook / xslthl I've send a tcl syntax highlighting description to the xslthl team. So it will (hopefully) make its way into the distribution of xslthl. Anyone else, unwilling to wait that long: Drop me a note with subject:"Request tcl-hl.xml" I'll reply to this requests in 8days (16july mez). ... 11 Jul 2008 14:03
expect failing send Hi Tcl experts, I have a problem trouble me for a long period of time please look at this debug log (where I set exp_internal -f log 0 ) send: sending "//ask this\r" to { exp7 } send: sending "//check \u00b6\u00a7\u00a5\u00fa\u00b8\u00cc \u00b0{\u00c4\u00a3\u$ to { exp7 } send: sending "//ask this\r... 11 Jul 2008 08:54
Mouse events This is probably not the best place to ask this question, but since at least one part of the question involves Tk, I am starting here in case someone has hit this before. This involves X Windows on Linux with the Xfce4 window manager. Is there any way of making the mouse events go to more than one place ? I... 9 Jul 2008 04:28
tk file dialog freezes in Aqua with nfs unit In wish 8.5.1 for MacOS X - Aqua, tk_getOpenFile (no options) freezes whenever I try to access a directory in a remote disk. The remote unit was previously mounted with 'sudo mount_nfs -P server:/shared /Volumes/shared/', and it is accessible to all other applications (including wish 8.4.16.) at /Volumes/shared. ... 9 Jul 2008 04:28 |