Path: utzoo!attcan!uunet!ginosko!rex!ames!haven!adm!xadmx!pfunke@qa1.pica.army.mil From: pfunke@qa1.pica.army.mil Newsgroups: comp.lang.pascal Subject: Re: Turbo Pascal 5.0 Graphics Message-ID: <20573@adm.BRL.MIL> Date: 10 Aug 89 18:31:42 GMT Sender: news@adm.BRL.MIL Lines: 12 another solution to dumping the graphics is to have your program load one of the PD TSR drivers that will do a correct dump of the screen. In some of my software that I write for automatic test equipment, I had to print an EGA screen on an epson printer. I have my program load a Public Domain TSR called EPSON.COM. This replaces the old Interupt 5 handler with one that handles the EGA graphics. Then when my program wishes to print the graph that is on the screen it need only call Int 5 to print it. I am using this program with TP 5.0 on a Zenith 248 (AT-Clone). Eric Pfunke PA&TD AMCCOM, US ARMY