Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is Corba Good for me ?

Status
Not open for further replies.

SeekerOfKnowledge

Programmer
Feb 5, 2002
26
0
0
IL
I need to combine Ada83 and C++ on an AIX machine
(IBM RS6000). Can I use CORBA to facilitate this ?
How much coding effort is needed (assuming the MAIN is Ada
and C++ is called from ADA packages but not vice-versa).
Which Development tools will I need ?
Should I expect a decline in performance ?

Thank you in advance for your comments
 
Hi.

I think CORBA is cool for your purposes.
You have to use CORBA with the C++ program as server (it's got the code to call) and ADA as client.

Cuaji
Spain

 
For the C++ side, you need a compiler from CORBA&IDL to C++ /for example, TAO). And for the ADA side, another similar tool (sorry, I don't know any application).

I hope you make it successfully.

Cuaji
Spain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top