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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,93df5af397f3d11c,start X-Google-Attributes: gid103376,public From: "C. Maple" Subject: Fortran interfacing Date: 1997/07/18 Message-ID: <33CF4C62.446E@mcs.le.ac.uk>#1/1 X-Deja-AN: 257535994 Organization: Mathematics & Computer Science, Leicester University Newsgroups: comp.lang.ada Date: 1997-07-18T00:00:00+00:00 List-Id: 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.