home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.apollo
- Path: sparky!uunet!alta-oh!zeus.alta-oh.com!chris
- From: chris@zeus.alta-oh.com (Chris Murphy)
- Subject: Re: Screendump on apollo
- Sender: news@alta-oh.com
- Message-ID: <C17KxG.L8B@alta-oh.com>
- Date: Thu, 21 Jan 1993 14:44:04 GMT
- References: <1jjn96INN1kr@serv-200.dfki.uni-kl.de>
- Nntp-Posting-Host: zeus.alta-oh.com
- Organization: ALTA Analytics
- Lines: 26
-
- In article <1jjn96INN1kr@serv-200.dfki.uni-kl.de>, klauck@dfki.uni-kl.de (Christoph Klauck) writes:
- |> Hi everybody,
- |> I want to make a screendump of a CAD-system running on an APOLLO 3500
- |> and don't know how to do it. At the end I need a Postscript file. bitmap --> ps
- |> is no problem.
- |> maybe a dump of a window will fit.
- |> Thanks in advance
- |> regards
- |> Christoph
- |>
-
- You could use the cpscr command which dumps the screen into
- a GMF file. Then use the GMF_$ calls to access this file.
- Alternatively, you could use the GPR_$ library directly.
-
- Use gpr_$initialize(grp_$screen,....) to init gpr.
- Then gpr_$inq_bitmap_pointer will return a pointer to the actual
- pixmap. There are LOTS of gpr_$ calls to choose from, but I hope
- this points you in the right direction.
-
- Cheers,
- Chris.
-
- --
- Chris Murphy - chris@alta-oh.com
- (614) 792-2222 Columbus. OH.
-