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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4ef9c02a78f0071f,start X-Google-Attributes: gid103376,public From: "Blake Weston" Subject: Multiple instantiation of Ada.Direct_IO Date: 1998/01/28 Message-ID: <886003669.3982.0.nnrp-02.9e98a25e@news.demon.co.uk>#1/1 X-Deja-AN: 319994220 X-NNTP-Posting-Host: dedlock.demon.co.uk [158.152.162.94] X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Newsgroups: comp.lang.ada Date: 1998-01-28T00:00:00+00:00 List-Id: Hi there, I have a bit of a problem. Basically I am using Ada.Direct_IO to read / write to a file. The problem being I wish to write records of differing types to the file, without closing the file and re-opening it. Ada 95 will not even let me open the same file as two different file_type variables as this creates a Use Exception error. Can anybody help? Thanks Blake