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,3e598dd2eaf4afbd X-Google-Attributes: gid103376,public From: fjh@mundook.cs.mu.OZ.AU (Fergus Henderson) Subject: Re: DLL's with GNAT 3.09 for Windows 95 Date: 1997/08/28 Message-ID: <5u4ick$3jf@mulga.cs.mu.OZ.AU>#1/1 X-Deja-AN: 268797340 References: <01bcb3ce$5ba36100$57d653c1@sim01.amst.co.at> Organization: Comp Sci, University of Melbourne Newsgroups: comp.lang.ada Date: 1997-08-28T00:00:00+00:00 List-Id: "Joachim Schroeer" writes: >I have a simple question. >How can one generate DLL's from '.o' files produced by GNAT 3.09 on Windows >95? See . I've only tried this for C programs (and Mercury programs) but I think it should work for Ada too. You will probably need to make sure your DLL does not export any global variables. The web page cited above has a solution to the global variable problem for C programs, using #define, but I suspect that it may be a bit harder to solve for Ada. -- Fergus Henderson | "I have always known that the pursuit WWW: | of excellence is a lethal habit" PGP: finger fjh@128.250.37.3 | -- the last words of T. S. Garp.