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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,305f22b27bd2e6cb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-03 08:38:10 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news-out.visi.com!petbe.visi.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Read Binary File (on Compaq Ada) Date: 3 Nov 2003 10:37:49 -0600 Organization: LJK Software Message-ID: References: <6449213e.0311030756.64346802@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1067877466 12977 192.135.80.34 (3 Nov 2003 16:37:46 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 3 Nov 2003 16:37:46 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:1997 Date: 2003-11-03T10:37:49-06:00 List-Id: In article <6449213e.0311030756.64346802@posting.google.com>, fmattison@ssd5.nrl.navy.mil (Frank Mattison) writes: > Does anyone have a suggestion for reading this binary file? > > Situation: OpenVMS, Alpha, Ada '83. Binary file created by C++ program. > Use_Error raised on first byte. We regularly read Ada-generated > binary files, but the C++ source in new. > > with Sequential_IO; > with Text_IO; How about Sequential_Mixed_IO ?