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.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,666ea7941e10cfc2,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-11 07:34:05 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!newsfeed.direct.ca!look.ca!news1.tor.metronet.ca!nntp.magma.ca!news!not-for-mail From: "Joelle Lavergne" Newsgroups: comp.lang.ada Subject: Mixed Ada and C program X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Mon, 11 Jun 2001 14:33:59 GMT NNTP-Posting-Host: 206.191.14.226 X-Trace: news 992270039 206.191.14.226 (Mon, 11 Jun 2001 10:33:59 EDT) NNTP-Posting-Date: Mon, 11 Jun 2001 10:33:59 EDT Organization: Magma Communications Ltd. Xref: archiver1.google.com comp.lang.ada:8544 Date: 2001-06-11T14:33:59+00:00 List-Id: Hello I am pretty new to the Ada world. I need to build an application using Ada and C. The main application is in Ada but I need to import C function to Ada and export Ada procedures to C. My problem is when exporting my Ada procedure to C. Could anybody give me some info on how to call this Ada procedure from C ? Thanks