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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8fb5bdcb507b36df X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Win32 File Handles and Ada Date: 1998/05/31 Message-ID: #1/1 X-Deja-AN: 358202381 References: <3570933D.50780D04@roanoke.infi.net> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 896630015 13212 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-05-31T00:00:00+00:00 List-Id: Srini asks <> GNAT contains EXACTLY the feature you need (assuming that Win32 file handles are treated the same as C stream handles). See the GNAT documentation which has a seection called Operations on C Streams. If this is not exactly what you want, it should be trivial to modify the Ada.Text_IO.C_Streams package to do what you want. It is a constant amazement to me that people do not make the effort to at least breeze through the documentation to know what is there. I really encourage GNAT users, both those using the supported commercial version, and those using the public version to take the time to read the documentation, there is all sorts of interesting stuff available there. Robert Dewar Ada Core Technologies