From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,93df5af397f3d11c X-Google-Attributes: gid103376,public From: "James Dorman" Subject: Re: Fortran interfacing Date: 1997/07/24 Message-ID: <01bc984e$fe50f200$0100a8c0@P133>#1/1 X-Deja-AN: 258541005 References: <33CF4C62.446E@mcs.le.ac.uk> Organization: Active Engineering Tech., Inc. Newsgroups: comp.lang.ada Date: 1997-07-24T00:00:00+00:00 List-Id: IntegrAda/386 has a Fortran interface and was recently selected by the U.S. Army to replace their old Meridian compiler on the CHSII contract. For more information visit our WEB Site at: "http://www.pcada.com", or email me at "jimd@pcada.com". Good Luck. Jim -------------------- C. Maple wrote in article <33CF4C62.446E@mcs.le.ac.uk>... > Can anybody tell me how to EXPORT from Ada to fortran. I have > a large program written in fortran and wish to include it in an Ada > program. I think I can manage the import quite easily (there are > plenty of examples around, and I have managed on a test program), > but I cannot manage the export (there are NO examples I can find and > I can't manage a test program). > > If someone could write/ or explain how I could write, a small test > program that called a Fortran subroutine that in turn called an Ada > program I would be very grateful. > > Thanks, > Carsten. >