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=-2.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f97ccbe2321d4ae X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nwr.nac.net!colt.net!feeder.news-service.com!proxad.net!cleanfeed1-a.proxad.net!nnrp4-2.free.fr!not-for-mail Return-Path: Date: Fri, 20 Oct 2006 21:33:00 +0100 From: "Marius Amado-Alves" Sender: amado.alves@gmail.com To: comp.lang.ada@ada-france.org Subject: Re: utilisation fonctions Ada en C In-Reply-To: <8968555c0610201331i7d55cd6cif6034ffc6737ccff@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1161363035.5369.7.camel@localhost.localdomain> <8968555c0610201303v65096f3cy909c0ff56d1ff0d@mail.gmail.com> <8968555c0610201331i7d55cd6cif6034ffc6737ccff@mail.gmail.com> X-Google-Sender-Auth: 24e61e3394e2b6c1 X-Virus-Scanned: amavisd-new at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 20 Oct 2006 22:35:02 MEST NNTP-Posting-Host: 88.191.14.223 X-Trace: 1161376502 news-1.free.fr 16259 88.191.14.223:47769 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:7095 Date: 2006-10-20T22:35:02+02:00 C calling Ada and vice-versa. I did this many times. The language part is very easy. What I found a bit less clear, more tedious, is the implementation part. I used GCC (GNAT), and it works fine, once you have everything in place: compiler options, linker options, library files in the right format, etc. Very sysadmin-like stuff. Good luck.