Eclipse CORBA Plugin

I am new to CORBA and I need to learn how to use it with C ++. I see that there is a CORBA plugin for Eclipse, is there any tutorial on how to use this plugin? Are there any better ways to use CORBA with Eclipse? Or in any other way without Eclipse ;-) Thanks in advance, Pedro

+3
source share
1 answer

There must be a CORBA IDL compiler or "translator" that creates C ++ code from the CORBA IDL, after which all you have to do is use the code created by the CORBA IDL translator in C ++ to tell your distributed software components.

"": http://patriot.net/~tvalesky/freecorba.html

+1

Source: https://habr.com/ru/post/1743850/


All Articles