문제

My teacher has told us to do an application in which we use CORBA for communicating a C++ server with a Java client. I can do it with the following OS's, in order of preference:

-Windows 7

-Windows 8

-Ubuntu 13.10 Saucy Salamander

Any recommendations on the IDL precompiler for C++?

도움이 되었습니까?

해결책

You can take a look at omniORB, that comes with IDL compiler. It is open source library for C++ and Python. For the Java side I could suggest jacORB

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top