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,ebf21123df395107 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-09 11:38:17 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!csulb.edu!newshub.sdsu.edu!west.cox.net!cox.net!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!59ce1190!not-for-mail Message-ID: <3D03A0CE.892E3841@acm.org> From: Jeffrey Carter X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Output to Printer Problems References: <3D03689C.47B4A961@NOTINNEDMEATntlworld.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 09 Jun 2002 18:38:17 GMT NNTP-Posting-Host: 63.184.104.93 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 1023647897 63.184.104.93 (Sun, 09 Jun 2002 11:38:17 PDT) NNTP-Posting-Date: Sun, 09 Jun 2002 11:38:17 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:25613 Date: 2002-06-09T18:38:17+00:00 List-Id: Pheet wrote: > > Procedure Print is > File:FIle_Type; > Begin > open (File, Out_Mode, "LPT1"); > put(File, "Hello Printer!"); > close(File); > ... > end print; I have successfully printed from Ada (GNAT) under Win98 by using Create, rather than Open. > > Any ideas or suggestions on this would be greatfully appreciated, as > it's starting to irritate me now! :-) One suggestion would be that you only post your message once. -- Jeff Carter "I unclog my nose towards you." Monty Python & the Holy Grail