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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a21e5478f1b772a8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-15 13:49:58 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!feed.news.nacamar.de!news.tiscali.de!not-for-mail From: "Denny Vrandecic" Newsgroups: comp.lang.ada Subject: Interfacing Ada with C++ Date: Wed, 15 Oct 2003 22:49:42 +0200 Organization: Tiscali Germany Message-ID: NNTP-Posting-Host: p62.246.83.102.tisdip.tiscali.de X-Trace: ulysses.news.tiscali.de 1066250855 22728 62.246.83.102 (15 Oct 2003 20:47:35 GMT) X-Complaints-To: abuse@tiscali.de NNTP-Posting-Date: Wed, 15 Oct 2003 20:47:35 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:921 Date: 2003-10-15T22:49:42+02:00 List-Id: Hi group, just, if you're interested: while i was writing XML4Ada95 I had to solve some problems about interfacing Ada 95 with C++ without having it crash on exceptions and on I/O-streams. I have written down my experience and solutions with this in my Diplomarbeit (sorry, this is on German, but you may find the source code useful nevertheless). Peek at http://www.nodix.de/xml4ada95/interface.htm Or ask me. Best regards, Denny Vrandecic