From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 22 Oct 91 13:13:07 GMT From: prism!pw2@gatech.edu (WEST, PHILIP D) Subject: Need help linking Ada code to Fortran on VAX/VMS Message-ID: <39088@hydra.gatech.EDU> List-Id: I have a large Ada program that I need to link with a large FORTRAN program. It will be best if the FORTRAN program calls the Ada program, passing only a few variables. The Ada program, when done, needs to return a few values back to the FORTRAN program. This all needs to be done under VMS with the DEC fortran and Ada compilers. I have looked through the mixed language section of the VAX ada manuals, but they mainly discuss linking other codes into your Ada code, the converse of my problem. Can anyone comment on if this is doable or not? If so, any pointers on how to do it, or where to look for instructions? Many thanks, Phil West pwest@calsun.gatech.edu