Hi
I would like to know how could we communicate between VC++ and TCL.
I've tried it using SWIG. that was call for C++ function by TCL.
Can a C++ give a call to TCL module.

What is the ICE?
Is it related to C++ and TCL communication somehow?

Recommended Answers

All 4 Replies

If you want a third party library for interfacing between C++ and TCL then maybe you should look here
http://cpptcl.sourceforge.net/

As for your second part of the question you havent as such mentionend what exactly is ICE otherwise i would have definately said something.

Hope it helped, bye.

What is the ICE?
Is it related to C++ and TCL communication somehow?

ICE is a Tcl compiler. The compiler translates Tcl code into C code, which can then be compiled together with a special Tcl library to produce a single executable.

hi
thanks for helping:lol:

Will you tell me the site from which i could download ICE or a link which help me for using it?
:rolleyes:

I am not allowed to use any third party lib or software unless specified

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.