home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / apollo / 4303 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!alta-oh!zeus.alta-oh.com!chris
  3. From: chris@zeus.alta-oh.com (Chris Murphy)
  4. Subject: Re: Screendump on apollo
  5. Sender: news@alta-oh.com
  6. Message-ID: <C17KxG.L8B@alta-oh.com>
  7. Date: Thu, 21 Jan 1993 14:44:04 GMT
  8. References:  <1jjn96INN1kr@serv-200.dfki.uni-kl.de>
  9. Nntp-Posting-Host: zeus.alta-oh.com
  10. Organization: ALTA Analytics
  11. Lines: 26
  12.  
  13. In article <1jjn96INN1kr@serv-200.dfki.uni-kl.de>, klauck@dfki.uni-kl.de (Christoph Klauck) writes:
  14. |> Hi everybody,
  15. |> I want to make a screendump of a CAD-system running on an APOLLO 3500
  16. |> and don't know how to do it. At the end I need a Postscript file. bitmap --> ps
  17. |> is no problem.
  18. |> maybe a dump of a window will fit.
  19. |> Thanks in advance
  20. |> regards
  21. |>     Christoph
  22. |> 
  23.  
  24. You could use the  cpscr  command which dumps the screen into
  25. a GMF file. Then use the GMF_$ calls to access this file.
  26. Alternatively, you could use the GPR_$ library directly.
  27.  
  28. Use  gpr_$initialize(grp_$screen,....) to init gpr.
  29. Then  gpr_$inq_bitmap_pointer will return a pointer to the actual
  30. pixmap. There are LOTS of gpr_$ calls to choose from, but I hope
  31. this points you in the right direction.
  32.  
  33. Cheers,
  34.     Chris.
  35.        
  36. -- 
  37. Chris Murphy    -   chris@alta-oh.com
  38. (614) 792-2222      Columbus. OH.
  39.