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,e2d31bd26aeb2e2f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-04 17:15:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!crtntx1-snh1.gtei.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!opentransit.net!wanadoo.fr!not-for-mail From: Fabien Garcia Newsgroups: comp.lang.ada Subject: DLL dynamic load Date: Thu, 05 Sep 2002 02:15:39 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <3D76A22B.5080803@nospam.wanadoo.fr> NNTP-Posting-Host: atoulouse-105-1-3-25.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: wanadoo.fr 1031184905 24168 80.11.135.25 (5 Sep 2002 00:15:05 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 5 Sep 2002 00:15:05 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: fr-fr Xref: archiver1.google.com comp.lang.ada:28747 Date: 2002-09-05T00:15:05+00:00 List-Id: Hello, I'm using gnat 3.13p on windows XP and I'm trying to find where the dynamic load of a DLL is explained (if it is at all possible). Here are my questions : - Is it possible to load a DLL at a specific moment at runtime (The point being that I want to load a different dll implementing the same API depending on the task my application is set to, like for exemple in plugins-enabled applications) - If so, can someone send me a small example program doing so ? - If not, what is the use of dynamic library except for compilation/linking benefits Thanks a lot for your expected answer :) Fabien