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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1943b1e68472411f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-11 18:37:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!news.gtei.net!enews.sgi.com!nntp1.hal-pc.org!attdl1!attdl2!attsl2!attla2!ip.att.net!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: "SteveD" Newsgroups: comp.lang.ada References: Subject: Re: GNAT Ada - DLL - MSVC - debugging X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1023845858 12.225.227.101 (Wed, 12 Jun 2002 01:37:38 GMT) NNTP-Posting-Date: Wed, 12 Jun 2002 01:37:38 GMT Organization: AT&T Broadband Date: Wed, 12 Jun 2002 01:37:38 GMT Xref: archiver1.google.com comp.lang.ada:25773 Date: 2002-06-12T01:37:38+00:00 List-Id: "Alderson, Paul A." wrote in message news:mailman.1023801422.8774.comp.lang.ada@ada.eu.org... > Hello, > > I am using the Gnat Ada compiler to produce an Ada DLL that is used by the > Microsoft Visual C++. > Currently everything is working, but I have no debugging information > available. I have searched the web for a possible solution, but have found > no working solutions. You may have better luck with the ObjectAda compiler since it generates CodeView debug information. I know that you can use the MSVC++ debugger with code generated by ObjectAda, I don't know how this works across DLL's. SteveD > The reason I need to use Ada in a DLL in the C++ environment is because I am > attempting to save a large Ada development effort by adding a new GUI for > it. Other Ada GUI's and compilers have been less than impressive. This > solution seems to be working good, but it is difficult to debug. If you > know of a good example of accessing debug information from MSVC using an Ada > DLL I would appreciate hearing about it. > > Thanks > Paul Alderson