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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,faa1ce46f1e6dc3,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "Matthias" Newsgroups: comp.lang.ada Subject: Ada call from vc++ Date: 6 Jun 2005 23:01:43 -0700 Organization: http://groups.google.com Message-ID: <1118124103.669346.164000@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 53.122.197.194 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1118124111 6476 127.0.0.1 (7 Jun 2005 06:01:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 7 Jun 2005 06:01:51 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=53.122.197.194; posting-account=GAP6uQwAAAAXMYxcKANBZjqtnmqpS4so Xref: g2news1.google.com comp.lang.ada:11249 Date: 2005-06-06T23:01:43-07:00 List-Id: Hi all, we have an c++-application that includes a dll with adacode. Another c++-application starts this app with CreateProcess(...). After starting the c++-app the following error comes up: "Program terminated by an exception propagated out of the main subprogram. Exception raised: ADA.IO_EXCEPTIONS.USE_ERROR. Executable name... EIP EBP..." If we start the c++-app with the adacode dll manually there is no error message shown. Somebody knows about this problem? Matthias