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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,79957b22065a2921 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 14 Oct 2005 18:49:53 -0500 Date: Fri, 14 Oct 2005 19:50:16 -0400 From: Jeff Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: DLLs with GNAT References: <30bbc1d4243af92eeda1a46dda9b2a1d@localhost.talkaboutprogramming.com> In-Reply-To: <30bbc1d4243af92eeda1a46dda9b2a1d@localhost.talkaboutprogramming.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-BmDRGPe4YsheSd0Tg9En0PtMGP8bGo9KOPa7BZngV80NmeUNLIgv4XLQQdW00m/thNfh4bN54fVjKjf!OlA1FCEgxb6PyZnutRKYdiLUvOxFkJHH4r5h+TCZHysgk9eQMITBoPq+1trn51+8XqYgwdNDCVmE!DqMTh+W84hc= 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.32 Xref: g2news1.google.com comp.lang.ada:5672 Date: 2005-10-14T19:50:16-04:00 List-Id: Adaddict wrote: > Is there any way to generate DLLs with GNAT that you could call from a > Visual Studio code? yes > > Is there any way to do that at all with Ada? > yes > Thanks in advance for your answers. > > Regards > If you read the GNAT users guide there is a section called: Microsoft Windows Topics It covers how to create DLLs under Windows. I've used DLLs i created in C++ and VBA (under excel). I have not tried anything with Visual Studio.NET