1 | -- GOTCHA! GOTCHA! QUIET 2.03.00 --
|
---|
2 |
|
---|
3 | Gotcha! is an OS/2 screen capture utility. It allows to capture either
|
---|
4 | windows, window interiors, parts of the screen or the whole desktop and
|
---|
5 | save them to disk in many image formats (requires GBM.DLL) or clipboard.
|
---|
6 | Serial capture and batch mode options are included.
|
---|
7 |
|
---|
8 | Gotcha! comes in 2 versions: the original on-screen Gotcha! and
|
---|
9 | Gotcha! Quiet, a version that runs in the background and captures the
|
---|
10 | Print Screen key combinations and does a capture based on your
|
---|
11 | preferences.
|
---|
12 |
|
---|
13 | Gotcha Quiet is designed to replace the PM print screen facility and
|
---|
14 | provides the same functionality as Gotcha! but without a visible presence
|
---|
15 | on the Desktop.
|
---|
16 |
|
---|
17 | Since v1.73, Gotcha! is free software released under the GPL. See the file
|
---|
18 | COPYING for details.
|
---|
19 |
|
---|
20 | LICENSE
|
---|
21 | ____________________________
|
---|
22 |
|
---|
23 | This program is free software; you can redistribute it and/or modify it
|
---|
24 | under the terms of the GNU General Public License as contained in the
|
---|
25 | file COPYING in the distribution package.
|
---|
26 |
|
---|
27 | The full source code is available at svn.netlabs.org/repos/gotcha.
|
---|
28 | See https://trac.netlabs.org/gotcha for details.
|
---|
29 |
|
---|
30 | This program is distributed in the hope that it will be useful, but
|
---|
31 | WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF
|
---|
32 | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
---|
33 |
|
---|
34 | -- INSTALLATION --
|
---|
35 |
|
---|
36 | Gotcha! and Gotcha! Quiet are distributed as a wpi archive. Use Warpin to
|
---|
37 | install/uninstall them. You should uninstall any versions prior to 2.00
|
---|
38 | either with Warpin (if they were wpi archives) or manually. This is to
|
---|
39 | avoid leaving numerous old files in place since many of the file names
|
---|
40 | have changed. You also need to install the Generalized Bitmap Module
|
---|
41 | (GBM.DLL) by Heiko Nitzsche. It is installed with ArcaOS. It can be
|
---|
42 | installed from the Arcanoae RPM repository using ANPM or yum install GBM.
|
---|
43 | A zip package is available on Hobbes.
|
---|
44 |
|
---|
45 | -- BUILDING --
|
---|
46 |
|
---|
47 | Gotcha! and Gotcha! Quiet are now built with Open Watcom. You will need
|
---|
48 | Open Watcom C/C++ 2.0 beta 3 or higher:
|
---|
49 | ftp://ftp.netlabs.org/incoming/open-watcom-c-os2-2.0-beta3.zip
|
---|
50 |
|
---|
51 | You can build it with older versions of the OW compiler but will need to
|
---|
52 | change the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit in
|
---|
53 | place of WRC.EXE and WIPFC.EXE.
|
---|
54 |
|
---|
55 | You also need SED.EXE, LXLITE.EXE, PERL.EXE, the GBM developer package
|
---|
56 | and the exceptq developer's package. These are available from the
|
---|
57 | Netlabs RPM repository. Use ANPM to install them. GBM is in the
|
---|
58 | arcanoae RPM repository
|
---|
59 |
|
---|
60 | The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. You
|
---|
61 | need to do a complete rebuild (wmake -a) after changing from building
|
---|
62 | Gotcha to Quiet or changing from Quiet to Gotcha. "Wmake clean" followed
|
---|
63 | by "wmake" also works. The setup cmds run make clean for you.
|
---|
64 |
|
---|
65 | I, Gregg Young, use PMPrintf for debugging but it isn't necessary to build.
|
---|
66 | https://hobbes.nmsu.edu/?search=pmprintf
|
---|
67 |
|
---|
68 | -- MORE INFO --
|
---|
69 |
|
---|
70 | For more information see Gotcha!'s online help!
|
---|
71 |
|
---|
72 | Have fun!
|
---|
73 | The Netlabs Gotcha! team
|
---|
74 | "Gotcha! User Mailing List" <gotcha-user@2rosenthals.com>
|
---|
75 | https://trac.netlabs.org/gotcha
|
---|