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,f9079c9f0caffeb2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-13 07:48:10 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: David Botton Newsgroups: comp.lang.ada Subject: Re: can Ada be linked dynamically ?? Date: Sun, 13 Jan 2002 10:47:55 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: User-Agent: Microsoft-Entourage/10.0.0.1309 References: <3C3DA90C.460DF95A@champagnierle.de> <3C3DB2D4.9B1F1263@Raytheon.com> <3C3DEB86.DB3214A2@champagnierle.de> <3C3E23BB.F2CEA72@Raytheon.com> <3C3E8ED9.BFE1FE1D@champagnierle.de> Mime-version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:18860 Date: 2002-01-13T10:47:55-05:00 List-Id: On Windows, it is possible to create a DLL, but the preferred method (for all languages) is as a COM object. This is very easily done using GNATCOM (http://www.adapower.com/gnatcom). That COM object can then be loaded in to your App using the Inproc version for the same performance as any dynamically loaded DLL. David Botton