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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,666ea7941e10cfc2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-11 08:03:49 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 References: Subject: Re: 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 15:03:41 GMT NNTP-Posting-Host: 206.191.14.226 X-Trace: news 992271821 206.191.14.226 (Mon, 11 Jun 2001 11:03:41 EDT) NNTP-Posting-Date: Mon, 11 Jun 2001 11:03:41 EDT Organization: Magma Communications Ltd. Xref: archiver1.google.com comp.lang.ada:8549 Date: 2001-06-11T15:03:41+00:00 List-Id: I have answered my question... I will pass the adress of the Ada procedure to the C function. Thanks Joelle Lavergne wrote in message news:rF4V6.895$j6.75257@news... > 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 > >