home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4956 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  2.1 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!cs.utexas.edu!ut-emx!slcs.slb.com!aa.cad.slb.com!wilson
  2. From: wilson@mailhost.aa.cad.slb.com (David Wilson)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: Graphics from TP6 to Printers: Help
  5. Message-ID: <1992Aug21.154503.18706@aa.cad.slb.com>
  6. Date: 21 Aug 92 15:45:03 GMT
  7. Article-I.D.: aa.1992Aug21.154503.18706
  8. References: <66454@hydra.gatech.EDU>
  9. Sender: usenet@aa.cad.slb.com (Usenet Administrator)
  10. Organization: Schlumberger CAD/CAM; Ann Arbor, Michigan (USA)
  11. Lines: 28
  12.  
  13. In article <66454@hydra.gatech.EDU> jm59@prism.gatech.EDU (MILLS,JOHN M.) writes:
  14. >I have seen references to *.BGI files for printers, and am curious how
  15. >these are used.  I have the Borland Graphix Toolbox, and was considering
  16. >patching it's Hardcopy to print on my Oki 182, but it would be much nicer
  17. >to be able to put TP graphic screens out on alternative printers, starting
  18. >with the HP IIIP staring at me as I type.
  19.  
  20. Contact Ryle Design at (517)773-0587.  They sell a set of .bgi drivers for
  21. dot matrix and laser printers.  There is at least one other vendor of the
  22. same kind of stuff, but Ryle Design was the cheapest when I looked into it,
  23. and I couldn't see any shortcomings in their software, support, upgrade
  24. practices and plans, etc., compared to the more expensive company.
  25.  
  26. You draw an image for the printer using exactly the same routine calls
  27. you do to draw an image on the screen.  (It is NOT a stupid screen dump.)
  28. If you structure your code properly, you can make one run through your
  29. drawing code to create a screen image, and then repeat the process to
  30. produce the equivalent image (but with MUCH higher resolution) for your
  31. printer.  I recall that you cannot keep the screen image up while producing
  32. the printer image.  The process of initializing the driver for the printer
  33. blanks the screen (it's been 18 months since I messed with this stuff).
  34. This is an artifact of the way Borland did things, not a screwup on the
  35. part of Ryle Design.
  36.  
  37. All in all, Ryle Design's package was inexpensive, works great, and they
  38. were very nice and competent people to talk to.
  39.  
  40. Dave Wilson
  41.