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,339bd947f5a1c39f X-Google-Attributes: gid103376,public From: gelleric@goethe.informatik.uni-stuttgart.de (Wolfgang Gellerich) Subject: Re: Printing in Ada Date: 1997/03/20 Message-ID: <5gr01q$mpo@zdi.informatik.uni-stuttgart.de>#1/1 X-Deja-AN: 226939484 Distribution: world Sender: gelleric@goethe (Wolfgang Gellerich) References: <3328F004.513C@hiwaay.net> Organization: Informatik, Uni Stuttgart, Germany Newsgroups: comp.lang.ada Date: 1997-03-20T00:00:00+00:00 List-Id: In article <3328F004.513C@hiwaay.net>, Brian Hyatt writes: |> I have the Gnat 3.09 version for Windows 95 of Ada. Is it possible to |> send output directly to a printer instead of via a file. I use gnat 3.09 under OS/2 Warp 4. Printing works by doing a CREATE with "LPT1" (which is the name of the printer output channel) as file name and then writing into this file. The same should also work under Windows 95; perhaps the printer name is different. Wolfgang