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,9410188010c1915e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-21 07:04:14 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!codeine.org!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.pop.de!nordwest.pop.de!dsit03.atlas.de!atlas.de!usenet From: Nils Newsgroups: comp.lang.ada Subject: dll in ada Date: Wed, 21 Feb 2001 15:29:28 +0100 Organization: Atlas Elektronik GmbH Message-ID: <3A93D0C8.6584C515@stn-atlas.de> NNTP-Posting-Host: pcnt44.atlas.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en,ja Xref: supernews.google.com comp.lang.ada:5397 Date: 2001-02-21T15:29:28+01:00 List-Id: i just want to bind a dll file in my ada program, but if i execute my program the dll is loaded immediately. How can I control the load mechanism of the dll? i am using gnat3.12a2.