Re: create a tcl/tk interface for a c program
From: Achraf El Youssoufi (991BE733792_at_stud.alakhawayn.ma)
Date: 11/19/03
- Next message: Benjamin Riefenstahl: "Re: Good debugger?"
- Previous message: Cameron Laird: "Unexposed privates (was: Create photo images from C?)"
- In reply to: Cameron Laird: "Re: create a tcl/tk interface for a c program"
- Next in thread: Arjen Markus: "Re: create a tcl/tk interface for a c program"
- Reply: Arjen Markus: "Re: create a tcl/tk interface for a c program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Nov 2003 06:15:09 -0800
claird@lairds.com (Cameron Laird) wrote in message news:<vrlsv928jsrib2@corp.supernews.com>...
> In article <187af06a.0311182019.6a878c4d@posting.google.com>,
> Achraf El Youssoufi <991BE733792@stud.alakhawayn.ma> wrote:
> >Hi,
> >
> > I have an application in c (a client for a news server). The
> >application is working and running, the problem is that it is in
> >command line mode. I want to create a separate tcl/tk interface that
> >will control my c program; something like executing it, and reading
> >the c-program results from the prompt and dealing with it...
> >
> > I need the two programs to be separated, and I don't need it to be a
> >standalone program, I just need to launch the client from the tcl/tk
> >interface and retrieve all messages in textbox or tables, and all the
> >communication between the user and the c program would have to be
> >through the tcl/tk interface.
> >
> > I am very familiar with programing in both languages, but I don't
> >know where and how to start :)
> >
> > So I will be very thankfull if anyone can give me some advice or a
> >link to any tutorial explaining how to do this.
> .
> .
> .
> <URL: http://wiki.tcl.tk/WrappingExternalCommands >
Thank you for the websites, it is already helping me. Still if some
one else can provide some more help, it would be great, because my
program is very complicated in input and output.
Thanx again.
- Next message: Benjamin Riefenstahl: "Re: Good debugger?"
- Previous message: Cameron Laird: "Unexposed privates (was: Create photo images from C?)"
- In reply to: Cameron Laird: "Re: create a tcl/tk interface for a c program"
- Next in thread: Arjen Markus: "Re: create a tcl/tk interface for a c program"
- Reply: Arjen Markus: "Re: create a tcl/tk interface for a c program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|