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,f7e50583a17595bd X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Interfacing From C in Ada 83 Date: 1996/11/24 Message-ID: #1/1 X-Deja-AN: 198496482 references: <572dnp$6k6@news.aros.net> organization: New York University newsgroups: comp.lang.ada Date: 1996-11-24T00:00:00+00:00 List-Id: Chris said "I'm trying to call an Ada procedure from a C program, and was wondering how this was done before the Export pragma was there? I can't get the linker to find the Ada routine. I'm currently using Alsys on x86 UNIX." The answer is "with great difficulty!" You are unlikely to succeed flailing around. You need to talk to your vendor, and see if they provide some kludge for achieving this goal (perhaps using the 'Address attribute on the subprogram), but it is not something that there is any standard way of doing in Ada 83.