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,f722a2869f777d70 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: How to Link Borland C++ object files with GNAT Date: 1999/04/09 Message-ID: <370E2DED.FF0AA5AE@Botton.com>#1/1 X-Deja-AN: 464509592 Content-Transfer-Encoding: 7bit References: <370CF3A4.55001E84@harris.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: news1.iquest.net 923680531 204.180.46.25 (Fri, 09 Apr 1999 12:55:31 EDT) MIME-Version: 1.0 NNTP-Posting-Date: Fri, 09 Apr 1999 12:55:31 EDT Newsgroups: comp.lang.ada Date: 1999-04-09T00:00:00+00:00 List-Id: Take a look at the article "Using DLLs in Object Ada" at: http://www.botton.com/ada/articles Since GNAT 3.11p has the ability to also use regular Microsoft .obj and .lib files (which OA uses), you might be able to swing something. I believe the author of the article (Gordon White) has used Borland DLLs with Ada before and he may be able to assits you also. David Botton Dennis Quinones wrote: > Hello, > > I have PCMCIA drivers written in Borland C++ and I am trying to link > them to > my main application written in Ada (GNAT 3.11). Borland C++ generates > *.obj > files which are not compatible to *.o files. > Is there a way to convert the *.obj files to *.o files? > Or any other suggestions would be greatly appreacited. > > thanks, > dennis