Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KotiChennayya

    Drag and drop options in widgets

    Hi, I need help in making use of dragsite and dropsite facilities in Bwidgets. Basically I have an application containing Iwidgets, how do I drag and drop them ? Thankx .
  2. KotiChennayya

    FlushChannel: damaged channel list error...

    Hi All, I am implementing multithreaded application in VC++ & TCL(Ver 8.3.4.3). From main thread I am spawning 3 threads.Inside each thread I am creating a interpreter & a command in that interpreter.After creating the command I am evaluating a file.The code is compiling succesfuly.When I run it...
  3. KotiChennayya

    Is Tcl 8.4.4.0 stable on Win2k professional?

    Hi all, I was using tcl 8.3.4.3 till now on Win2k.Reecntly I have downloaded 8.4.4.0 version & installed it.After that when I tried to execute my program(I mean C programs which uses TCL APIs) which was written for version 8.3.4.3 its getting crshed.Its the same problem with all C programs which...
  4. KotiChennayya

    How can I print to console in C when command syntax is wrong?

    Hi All, I have a command iseq for comparing 2 numbers. I am using it in a script & i will be calling the script in Tcl_EvalFile().I will be checking whether all the parameters are present.If not I want to print error message to std output.Here I dont want to use printf().I want to simulate the...
  5. KotiChennayya

    Howcan I create TCL Library in TCL?

    Hi All, Can I create a TCL library in TCL itself?Yep in C its possible.But isthere any way to do it in TCL itself? Thanks & rgds Koti
  6. KotiChennayya

    Let me explain the secnario first.

    Let me explain the secnario first. I am running a multithreaded application(10 threads) in C.Inside each thread I am creating a TCL interpreter. After creating the interpreter I am executing a TCL script.Within the script I am logging in to the Oracle database(I am using ORATCL 3.1 &TCL 8.3)...

Part and Inventory Search

Back
Top