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: 1094ba,accd7ee5d724fa89 X-Google-Attributes: gid1094ba,public X-Google-Thread: 103376,accd7ee5d724fa89 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Calling Ada in Fortran program Date: 2000/01/27 Message-ID: #1/1 X-Deja-AN: 578415000 References: <86ib4q$2am8$1@news4.isdnet.net> X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov X-Trace: skates.gsfc.nasa.gov 948997812 13446 128.183.220.71 (27 Jan 2000 18:30:12 GMT) Organization: NASA Goddard Space Flight Center NNTP-Posting-Date: 27 Jan 2000 18:30:12 GMT Newsgroups: comp.lang.fortran,comp.lang.ada Date: 2000-01-27T18:30:12+00:00 List-Id: "sylvie.gore" writes: > I am looking for any information about calling Ada procedures from a > Fortran program; is it necessary to use some C intermediate functions ? > Have you already done it with a specific environment ? what are the > constraints (compilers, code rules ...) ? The Ada standard defines the package Interfaces.Fortran. Find out if the compilers you are interested in support this package. Or, make it a requirement! -- Stephe