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,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1943b1e68472411f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-11 06:17:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "Alderson, Paul A." Newsgroups: comp.lang.ada Subject: GNAT Ada - DLL - MSVC - debugging Date: Tue, 11 Jun 2002 08:15:53 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: avanie.enst.fr 1023801422 12490 137.194.161.2 (11 Jun 2002 13:17:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 11 Jun 2002 13:17:02 +0000 (UTC) Return-Path: X-Mailer: Internet Mail Service (5.5.2650.21) Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:25739 Date: 2002-06-11T08:15:53-05:00 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. 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