Message-ID: <01BE1463.96994EE0@mmolekwa.rrs.co.za> From: Mthimkhulu Molekwa To: "'Djgpp'" Subject: RE: Printing from GRX graphic Library - help Date: Fri, 20 Nov 1998 08:55:50 +-200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com It opens the printer itself. All you do is tell it to go ahead and print, no setup required. ---------- From: Eli Zaretskii[SMTP:eliz AT is DOT elta DOT co DOT il] Sent: Thursday, November 19, 1998 19:06 To: Mthimkhulu Molekwa Cc: 'Djgpp' Subject: Re: Printing from GRX graphic Library - help On Thu, 19 Nov 1998, Mthimkhulu Molekwa wrote: > When run the test program and print to file, all is well; however, when > I print directly to the printer all goes well (i.e., the printout comes > out as expected) and then my pc hangs when the test program is supposed > to return to OS. I'm not familiar with the GRX23 printing code. Does it open the printer for you, or did you open it from your code? If the latter, please post the code which opens the printer.