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,e82da545c648d188 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 20:52:21 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: dll with ada Date: Tue, 18 Jun 2002 23:50:42 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <265b9518.0206181841.3c20149@posting.google.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:26346 Date: 2002-06-18T23:50:42-04:00 List-Id: If you have (or create) the link library libXXXX.a then just link it in creating bindings to the functions you want. Otherwise you need to use the Win32 APIs to link them in dynamically and get the pointers to the functions. David Botton "felipe" wrote in message news:265b9518.0206181841.3c20149@posting.google.com... > I use win98se, and i need call one dll from ada, how can call any dll from ada95. > thanks