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,d02a8c55a025fbab X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Using Ada with Microsoft tools Date: 1998/05/06 Message-ID: <3550A8B4.37D4E0C7@gsfc.nasa.gov>#1/1 X-Deja-AN: 350850659 Content-Transfer-Encoding: 7bit References: <354f65f3.315793758@news.ua.edu> To: Arthur Ward Content-Type: text/plain; charset=us-ascii Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-05-06T00:00:00+00:00 List-Id: Arthur Ward wrote: > > Is there any way to use GNAT 3.10p to interface with code being > developed with MS Visual C++? Or, is there another free Ada compiler > that works with Microsoft's vision of the world? You can build a DLL with GNAT, and then call it from C++. Or vice versa. See Jerry van Dijk's page http://stad.dsl.nl/~jvandyk/ for more info. You can use ObjectAda, which uses the Microsoft linker, and thus can be linked directly with the MS C++ code. ObjectAda is free, at http://www.aonix.com/ (although their web server seems to be down at the moment!). -- Stephe