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-Thread: 103376,80db17e67d938b1f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!switch.ch!news.in2p3.fr!in2p3.fr!proxad.net!proxad.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Wed, 03 May 2006 16:43:23 +0200 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: plain Ada streams with Windows(TM) References: <1146533046.9010.38.camel@localhost.localdomain> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4458c12d$0$4501$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Date: 03 May 2006 16:41:49 MEST NNTP-Posting-Host: fc036512.newsread2.arcor-online.net X-Trace: DXC=Am\M:Efl?26?78JQ5U85hF6f;DjW\KbG]kaMH[NGU2GAcMGJ:OM5D6ZF0WAljUVjRQ60?BVmnOeiOY3@Ng[50F7T5IOB X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4033 Date: 2006-05-03T16:41:49+02:00 List-Id: Randy Brukardt wrote: > Janus/Ada provides some built-in names to access them ("STI:", "STO:", and > "ERR:"), a feature carried over from our MS-DOS compilers. But this is > implemented completely in the Janus/Ada runtime (it just binds the files to > the appropriate handles). I don't think that there is any portable way to do > it. Thanks. That'll make me chose Text_Streams then, in the default Windows version. -- Georg