Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!bbn.com!aking From: aking@bbn.com (Allen King) Newsgroups: comp.sys.atari.st.tech Subject: Printing GEM Graphics Message-ID: <63607@bbn.BBN.COM> Date: 8 Apr 91 21:44:51 GMT Sender: news@bbn.com Reply-To: aking@BBN.COM (Allen King) Organization: Bolt Beranek and Newman Inc., Cambridge MA Lines: 17 I've written a program which uses GEM windows, and I would like to add printer capability to it. The simple thing of "print screen" lacks the resolution I need. How do you change such a program to redirect its output to the printer rather than the screen? I've scanned the developer's docs and Lasar C manual and nothing's popped out at me. I suspect I should open a virtual workstation as a printer class device rather or metafile than a CRT screen, and then install GDOS and the appropriate printer driver. However calling open_vwork with a class of printer=21 have not moved the the output of my program from the screen, as I suspected it would. Thanks Allen King aking@pebbles.bbn.com