[omniORB] Communication C++ <--> Tcl

Wernke Zur Borg wernke.zur.borg at vega.de
Wed Mar 5 11:59:19 GMT 2008


> 
> Thanks for your advice :o)
> 
> Do I have to use Combat with MICO or how can I use it?
> I want to realize the Client-Side in Tcl...
> Do I have to use idl2tcl to generate Tcl-code out of my idl?
> Which settings do I have to set if i want to use it with Windows XP?
> 

Ignore MICO and Combat/C++. All you need is Combat/Tcl and idl2tcl.zip.
And you need [incr Tcl], which is a great Tcl extension for
object-oriented development in Tcl anyway. You'll find the links on the
Combat homepage. It is also worthwhile to download the demo application
for a start.

The most useful file is combat.n - i.e. the man page.

Once you are familiar with the concepts you can write CORBA/Tcl
applications in a fraction of time compared to C++. And there is also a
big potential of re-usability. The big disadvantage is the limited
performance compared to a C++ program, due to the nature of a scripting
language it is more suitable for quick prototyping. 

But perhaps we are getting slightly off topic here...

Wernke



More information about the omniORB-list mailing list