Click to See Complete Forum and Search --> : I need some advices about CORBA


sylvain_nurun
January 29th, 2003, 12:27 PM
Hello, I need to transfer data from an executable written in FORTRAN to an other executable written in C programming language. The first program gives results in 2 files that can be as big as 1.2 Gigs each. I'm trying to find a way to share the data between my 2 programs without having to care about the big files.
I heard about CORBA and IDL structures, I looked on WWW, but there is no specific examples. Everybody is saying that the way to do it is to wrap FORTRAN code in C++.
Is this the only solution or is there other means ?
Thanks.
Sylvain