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,1a195930a99e579c X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,1a195930a99e579c X-Google-Attributes: gid109fba,public From: radke@cpre1.ee.iastate.edu (Kevin Radke) Subject: Re: ObjectAda(7.0) DLL used in Borland (4.52) Date: 1997/08/01 Message-ID: <5rrg9u$eb0$1@news.iastate.edu>#1/1 X-Deja-AN: 261234603 References: Organization: Iowa State University, Ames, IA USA Newsgroups: comp.lang.c++,comp.lang.ada Date: 1997-08-01T00:00:00+00:00 List-Id: >I have created a DLL and LIB using ObjectAda under NT. However, I >cannot get Borland to link from the LIB. Any suggestions or pointers >would be appreciated. The OA compiler uses the microsoft .lib format. I believe Borland uses their own format. I think Borland has a tool to take a .dll and make a borland format .lib file... (implib sounds familiar) Kevin