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,37d380f7dfb51f9a,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail From: "Matthias" Newsgroups: comp.lang.ada Subject: Ada dll Date: 10 Jun 2005 00:19:26 -0700 Organization: http://groups.google.com Message-ID: <1118387966.614409.318010@g47g2000cwa.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 1118387972 2222 127.0.0.1 (10 Jun 2005 07:19:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 10 Jun 2005 07:19:32 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=53.122.197.194; posting-account=GAP6uQwAAAAXMYxcKANBZjqtnmqpS4so Xref: g2news1.google.com comp.lang.ada:11276 Date: 2005-06-10T00:19:26-07:00 List-Id: Hi all, my last ada problem is solved, but I have a new problem. I use an ada dll from a vc program. Sometimes (not everytime) with starting the c++ application it ends with following message: "ERROR: Infinite loop detected in Ada exception manager, EIP=0067d878". If I debug the c++ code this message is shown before the main-function. Anybody knows what (of an ada dll) is called before the main-function? No ada functions will be called before the main-function. You see I don't know much about ada and dlls. Regards Matthias