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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5834fbba6288f2a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-16 15:30:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.cse.psu.edu!uwm.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Creating a DLL in Ada Date: Tue, 16 Jul 2002 18:24:50 -0400 Organization: Michigan State University Message-ID: References: Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu 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 Xref: archiver1.google.com comp.lang.ada:27169 Date: 2002-07-16T18:24:50-04:00 List-Id: "Daniel Dudley" wrote in message news:ho0Z8.6145$HR.85630@news4.ulv.nextra.no... > Is it possible to create a dynamic link library (DLL) in > Ada? This is important technology, yet I cannot see any > provision for it in, for example, Gnat 3.14p. > > Daniel Really, I am surprised since if you look at the GNAT user guide, you will find a section devoted to Microsoft Windows Topics. In this section you will find information on building DLLs with GNAT. This makes me curious. How exactly did you examine GNAT's functionality so that you missed this provision? Did you just read a list of features off of a web page without downloading the compiler, did you overlook the section on Windows, or did you not look at the user guide? -CRM