Eclipse CORBA 插件指南
我是 CORBA 新手,我需要学习如何将它与 C++ 一起使用。 我看到 Eclipse 有一个 CORBA 插件,有关于如何使用这个插件的教程吗?是否有更好的方法将 CORBA 与 Eclipse 结合使用?或者任何其他没有 Eclipse 的方式;-) 提前致谢, 佩德罗
I'm 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 some tutorial on how to use this plugin? Are there better ways to use CORBA with Eclipse? Or any other way without Eclipse ;-)
Thanks in advance,
Pedro
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该有一个 CORBA IDL“编译器”或“翻译器”,它从 CORBA 的 IDL 创建 C++ 代码,之后,您所要做的就是使用 CORBA IDL 到 C++ 翻译器创建的代码,以便与您的分布式软件组件进行通信。
这些“翻译器”有多种实现:http://patriot.net/~tvalesky/freecorba。 html
There should be a CORBA IDL 'compiler' or 'translator', that creates C++ code from CORBA's IDL, after that, all you have to do is use the code created by the CORBA IDL to C++ translator in order to communicate your distributed software components.
There are several implementations of these 'translators' here: http://patriot.net/~tvalesky/freecorba.html