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 17:12:08 PST Path: supernews.google.com!sn-xit-03!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Fraser Wilson Newsgroups: comp.lang.ada Subject: Re: use_error Date: 03 Apr 2001 17:11:00 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: Sender: fraser@slider References: <9ado2r$vo1$1@slb1.atl.mindspring.net> X-Newsreader: Gnus v5.5/XEmacs 20.4 - "Emerald" X-Complaints-To: newsabuse@supernews.com Xref: supernews.google.com comp.lang.ada:6424 Date: 2001-04-03T17:11:00-07:00 List-Id: "arcele" writes: > 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 =] Without code it's hard to say, but I expect you're doing something like use Direct_IO; which you can't because it's a generic, and has to be instantiated. Fraser.