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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,20818fd9bc3e19c5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-13 14:34:08 PST Path: supernews.google.com!sn-xit-03!supernews.com!nntp.cs.ubc.ca!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!unlisys!news.snafu.de!peerfeed.news.psi.net!filter.news.psi.net!reader.dist.news.psi.net!client!not-for-mail From: "Paul Alderson" Newsgroups: comp.lang.ada Subject: Help! Ada DLL dies on Text_IO.Open. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Tue, 13 Mar 2001 16:32:59 -0600 NNTP-Posting-Host: 206.31.187.82 X-Trace: client 984522783 206.31.187.82 (Tue, 13 Mar 2001 17:33:03 EST) NNTP-Posting-Date: Tue, 13 Mar 2001 17:33:03 EST Xref: supernews.google.com comp.lang.ada:5701 Date: 2001-03-13T16:32:59-06:00 List-Id: Created a DLL using gnat Ada. Wrote GUI in Microsoft Windows C++ version 6. Loads OK and runs some code OK. When I attempt to call Text_IO.Load it dies with a segmentation error. Any ideas? Thanks Paul A. Alderson