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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aed7c0425eb65816 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: Creating a Windows DLL in GNAT ADA Date: 1999/03/06 Message-ID: <36E1D7E1.632AA37F@Botton.com>#1/1 X-Deja-AN: 452069984 Content-Transfer-Encoding: 7bit References: <920750130.17859.0.nnrp-06.c2deb6db@news.demon.co.uk> To: Roger Pearse X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: CyberGate, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-06T00:00:00+00:00 List-Id: See the OS section on The Ada Source Code Treasury -- http://www.botton.com/ada There is an article showing how this is done. Also look at the makefile in the Creating COM Objects example. David Botton Roger Pearse wrote: >I have some ADA source, which I want to turn into a Windows 95 DLL.