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,b9ae8898567dfc82,start X-Google-Attributes: gid103376,public From: Martin Subject: Ada C++ interface Date: 1999/07/12 Message-ID: #1/1 X-Deja-AN: 500009867 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: news-abuse@online.no X-Trace: news1.online.no 931761486 193.213.239.126 (Mon, 12 Jul 1999 08:38:06 MET DST) Organization: Telenor Online Public Access MIME-Version: 1.0 NNTP-Posting-Date: Mon, 12 Jul 1999 08:38:06 MET DST Newsgroups: comp.lang.ada Date: 1999-07-12T00:00:00+00:00 List-Id: I'm quite new in Ada programming and I have been tasked with the job to make a C++ interface to an existing package/library programmed in Ada 95. 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 finished som wrapping code in Ada and C++ testing on Sun Solaris and are now trying to integrate this with a Borland C++ Builder user interface on Windows NT. First I tried to just compile and link this together but the Borland linker does not like Gnat objects and the Gnat linker does not like 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? or do you have any other tip? Thank you, Martin Myran