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-Thread: 103376,56a94442d514b905 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!newsprint.newsread.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 11 Nov 2004 18:00:23 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Thu, 11 Nov 2004 19:00:23 -0500 Message-ID: <2004111119002375249%david@bottoncom> References: <1620578.6MPXyIRIlq@linux1.krischik.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Plugins/Dynamic Libraries User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-yuE79X9FPXB684QTwPpnUHjN/b+/yzD/zLXvL4SfiZ1vvSQCg9Og11frs6OLfKMthasmnl4mwedqCt8!lgag0Syqper1jl40JXJQ0sN3d7MP/EI9nt+PUZ0Tt6pLyvzu7DyLQlvE7LmUMw== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.20 Xref: g2news1.google.com comp.lang.ada:6157 Date: 2004-11-11T19:00:23-05:00 List-Id: GNAT has had no problems with DLLs already for many versions prior. Here is an old article for using GNAT 3.11p http://www.adapower.com/adapower1/articles/howto-gdllc.html If I recall, the GNAT UG has the current directions which are fairly easy. For an example see GNATCOM (which automatically generates for you from an idl file a .EXE and .DLL code for a COM object and make.bat to compile it) David Botton On 2004-11-11 03:28:07 -0500, Martin Krischik said: > For Windows you need the "experimental" > MinGW GNAT based on GCC 3.4.2. Older GNAT's can do Linux DLLs only.