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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with interfacing C program with Tcl 1

Status
Not open for further replies.

Silentkiller

Technical User
Feb 13, 2003
14
0
0
GB
Hi, i'm new to Tcl/Tk and currently working on a project related with it. Can anyone provide with some guidance on how can i interface My C program with Tcl. Or can anyone provide me with a simple program that i can take referance with.
 
You can start here:

Then I suggest you go to the wiki and search for specific topics:

You may want to take a look at the man pages for
the tcl api here while reading the first article:

The activestate distribution comes with the C api information docs.

I sometimes find it's just as easy to write throwaway
C programs and exec or use fifo's to read/write to them.
YMMV.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top