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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aed7c0425eb65816,start X-Google-Attributes: gid103376,public From: "Roger Pearse" Subject: Creating a Windows DLL in GNAT ADA Date: 1999/03/06 Message-ID: <920750130.17859.0.nnrp-06.c2deb6db@news.demon.co.uk>#1/1 X-Deja-AN: 451986788 X-NNTP-Posting-Host: chieftainsys.demon.co.uk:194.222.182.219 X-Trace: news.demon.co.uk 920750130 nnrp-06:17859 NO-IDENT chieftainsys.demon.co.uk:194.222.182.219 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 1999-03-06T00:00:00+00:00 List-Id: I realise this must be an FAQ, but I can't find it, so please don't flame me! I have some ADA source, which I want to turn into a Windows 95 DLL. Trouble is, I don't know how to do a DLL in ADA - I'm not an ADA person - so I wonder if some kind soul has a skeleton DLL and compile scripts etc, which would get me started. Or perhaps someone could point me in the right direction. The program - it is William Whitaker's Latin dictionary program "Whitaker's Words", which he's been kind enough to let me experiment with - loads a bunch of data, and then I need to pass in a string and get back a string (from that data). Any info gratefully accepted. TIA, Roger Pearse <><