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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b9ae8898567dfc82 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Ada C++ interface Date: 1999/07/12 Message-ID: <7mddmk$rhk$1@nnrp1.deja.com>#1/1 X-Deja-AN: 500189411 References: X-Http-Proxy: 1.0 x33.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Mon Jul 12 18:55:23 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-07-12T00:00:00+00:00 List-Id: In article , Martin wrote: This is a gnat-only question, and thus would have had better response posted to gnat chat ( http://www.gnat.com/gnatchat.html ). I'd highly suggest reposting your question there. > I've got Gnat 3.11 downloaded from the net and we are using Borland C++ > Builder for the user interface and we are using Windows NT. I've The only way to link Gnat-compiled objects to source compiled with VC++ is via a DLL. Unless Borland has something setup to support gcc, you are probably in the same boat. > Borland objects. Next step could be to compile the Ada into a DLL that > I could use from the Borland code: > Do you know how to do that with the Gnat compiler? The following message from the Gnat-chat archives describes how to do that: http://www.gnat.com/chat/3263.html -- T.E.D. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.