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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c1bdceb867926fdb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!s9g2000yqd.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Interfacing Ada with C Date: Sun, 25 Jul 2010 12:28:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: <026a9816-4c14-4cba-bdd9-f88c170a5155@s9g2000yqd.googlegroups.com> References: <143ef70b-7e74-426b-a621-a5fd157849be@x21g2000yqa.googlegroups.com> <18zszx6sjlloa$.k5nohxp9k27i$.dlg@40tude.net> <91c174e6-c359-4bf5-b284-d93a725ad09d@c10g2000yqi.googlegroups.com> <0dadd6b6-452d-43e9-b0b9-374b5106b298@t2g2000yqe.googlegroups.com> <4acf7f59-2675-4498-8d95-35d01bc1e3af@j8g2000yqd.googlegroups.com> <1vcstpdax6vxp$.1umnj0p2l8a32$.dlg@40tude.net> <1x17akdoyxksk$.1edm73b1nxqyf$.dlg@40tude.net> <71d0ec88-7ba9-41ed-9775-b8614dcb798a@q22g2000yqm.googlegroups.com> <95c938e4-fc91-4ba0-bdea-cbf0fda7c852@s9g2000yqd.googlegroups.com> NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1280086124 31581 127.0.0.1 (25 Jul 2010 19:28:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 25 Jul 2010 19:28:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000yqd.googlegroups.com; posting-host=193.11.22.91; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12560 Date: 2010-07-25T12:28:44-07:00 List-Id: GOOD NEWS. It works fine. I tested with another matrix also and it works as well. I assume that I didn't have to put the "include" directory since IMSL is already on my Windows environment path. On Jul 25, 9:19=A0pm, "Dmitry A. Kazakov" wrote: > You have to open test.gpr. > Yes you're right. I only thought that imsl.ad(b,s) should be compiled first. Thank you very much all of you especially Dmitry and Simon for your very kind help. I'll need to study the code that you provided. Thanks again.