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