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,d0fcd3db00d6036 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-01 18:49:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!cyclone1.gnilink.net!newsfeed.news2me.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3D9A50DB.9050804@acm.org> From: Jeffrey Carter User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: "extern" procedure in ada References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 02 Oct 2002 01:49:05 GMT NNTP-Posting-Host: 63.184.17.160 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 1033523345 63.184.17.160 (Tue, 01 Oct 2002 18:49:05 PDT) NNTP-Posting-Date: Tue, 01 Oct 2002 18:49:05 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:29452 Date: 2002-10-02T01:49:05+00:00 List-Id: "Bernard Azria" writes: >I decided to use a pragma import (ada, ..) and to ask people >building the library to define in it, the coreponsding pragma export >( ada, .. ). In this way, I shouldn't have to "with " any file from >the library. If you have contact with the people writing the library, get a specification file from them, with the package, and call it normally. That's the easiest, simplest, and safest way to do this. You should only try another approach if you absolutely have to. -- Jeff Carter "We use a large, vibrating egg." Annie Hall