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,8e587ba85601bf8e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-03 18:28:04 PST Path: supernews.google.com!sn-xit-03!supernews.com!nntp.cs.ubc.ca!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newshub2.home.com!news.home.com!news1.frmt1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: use_error References: <9ado2r$vo1$1@slb1.atl.mindspring.net> X-Newsreader: Tom's custom newsreader Message-ID: Date: Wed, 04 Apr 2001 01:23:23 GMT NNTP-Posting-Host: 24.20.190.201 X-Complaints-To: abuse@home.net X-Trace: news1.frmt1.sfba.home.com 986347403 24.20.190.201 (Tue, 03 Apr 2001 18:23:23 PDT) NNTP-Posting-Date: Tue, 03 Apr 2001 18:23:23 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: supernews.google.com comp.lang.ada:6426 Date: 2001-04-04T01:23:23+00:00 List-Id: >USE_ERROR when using the Direct_IO Package, can anyone tell me what in the >heck this means, or where I can read up on it??? thanks....ryan =] LRM A.13 "Exceptions in Input-Output", paragraph 10, says "The exception Use_Error is propagated if an operation is attempted that is not possible for reasons that depend on characteristics of the external file. ...". Are you trying to read from a printer, or write to a read-only file, or something like that?