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.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6de912a6171cd5d5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-03 06:09:42 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!newsfeed.berkeley.edu!ucberkeley!isdnet!diablo.theplanet.net!newspeer.highwayone.net!newspeer.clara.net!news.clara.net!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "Rohit Sharma" Newsgroups: comp.lang.ada Subject: Making C Dll with Ada libraries X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sat, 3 Mar 2001 14:08:55 -0000 NNTP-Posting-Host: 62.255.119.230 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 983628186 62.255.119.230 (Sat, 03 Mar 2001 14:03:06 GMT) NNTP-Posting-Date: Sat, 03 Mar 2001 14:03:06 GMT Organization: ntlworld News Service Xref: supernews.google.com comp.lang.ada:5394 Date: 2001-03-03T14:08:55+00:00 List-Id: Hi, I am a VB/VC programmer and my language of ADA is limited. I houwever have to make some changes to an old DLL which is used by the project I am working on. The DLL itself is compiled using Microsoft Visual C. But there are a number of functions which the DLL imports (and then exports) from ADA object files (*.obj). I have made the changes to the code but compiling the code yields a *.o file and NOT *.obj file as required by the MS VC compiler. What am I missing here. ? Please....any thing ?? Regards Rohit