Changeset 54
- Timestamp:
- Jun 2, 2018, 12:36:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/english/README
r18 r54 1 -- GOTCHA! 1.78--1 -- GOTCHA! GOTCHA! QUIET 2.00 -- 2 2 3 Gotcha! is an OS/2 screen capture utility. It allows to capture either windows, window interiors, parts of the screen or the whole desktop and save them to disk in many image formats (if OS/2 Multimedia is installed) or clipboard. Serial capture and batch mode options are available. 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. 6 Serial capture and batch mode options are provided. 4 7 5 Since v1.73, Gotcha! is free software released under the GPL. See the file COPYING for details. 8 Gotcha Quiet is designed to replace the PM print screen facility and provides 9 the same functionality as Gotcha! but without a visible presence on the 10 Desktop. 6 11 7 As an exception the translation to Brazilian Portuguese 8 (portbras.rc and portbras.ipf) is copyright by rico Mendona. 9 10 As another exception the Italian translation (italiano.rc and 11 italiano.ipf) is copyright by Alberto Gabrielli. 12 12 Since v1.73, Gotcha! is free software released under the GPL. See the file 13 COPYING for details. 13 14 14 15 -- INSTALLATION -- 15 16 16 If you've unzipped the archive (which seems to be the case, since you 17 are reading this file ;-) and copied the files to some appropriate 18 directory, you're almost done. 19 20 The only thing else you'll have to do is to copy the file "gotcha.dll" 21 to some directory in your LIBPATH (x:\OS2\DLL e.g.). 22 23 You may run "install.cmd" to create a WPS-object for Gotcha!. 24 25 Note that the actual executable is in the "distr" subdirectory; 26 if you're not interested in developement, the files there are 27 probably the only ones of interest for you. 28 17 Gotcha! and Gotcha! Quiet are distributed as a wpi archive. Use Warpin to 18 install/uninstall them. You should uninstall any versions prior to 2.00 either 19 with Warpin (if they were wpi archives) or manually. This is to avoid leaving 20 numerous old files in place since many of the file names have changed. 29 21 30 22 -- BUILDING -- 31 23 24 Gotcha! and Gotcha! Quiet are now built with Open Watcom. You will need 25 Open Watcom C/C++ 2.0 beta 3 or higher. 26 ftp://ftp.netlabs.org/incoming/open-watcom-c-os2-2.0-beta3.zip 27 You can build it with older versions of the OW compiler but will need 28 to change the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit 29 in place of WRC.EXE and WIPFC.EXE. In order to build the Italian and 30 Brazilian Portuguese help files you need to copy IPFITA.NLS and IPFPTB.NLS 31 from the IPFC directory in the OS2 Toolkit to the Watcom\wipfc directory 32 and then rename them it_IT.nls and pt_BR.nls. Otherwise you need to use 33 IPFC.EXE to build these help files. 34 35 You also need SED.EXE, LXLITE.EXE, PERL.EXE and the exceptq developer's package. 36 These are available from the netlabs RPM repository. Use ANPM to install them. 37 38 The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. 39 40 I use PMPrintf for debugging but it isn't necessary to build these. 41 http://hobbes.nmsu.edu/h-search.php?key=pmprintf&pushbutton=Search 42 32 43 Gotcha! was originally developed under OS/2 using emx/gcc 0.9d and 33 dmake 4.0. I can't say if it would be hard to adjust it for other 34 compilers or make utilities (though I guess it will need some work to port it to another OS due to missing seperation of program logic and system specific issues like e.g. windowing - aka: bad code). If you want to recompile the program, take a look at the Makefile and adjust the settings (probably only the "I" macro that tells where you keep your include files) and then just run dmake. 35 36 The code is rather bad in most places and the whole program needs a 37 major rewrite, which I have been working on for a long (time since 38 the release of v1.65 in 1999!) but which is only very slowly progressing due to my permanent lack of time. 39 40 Update May 2007: Forget about the rewrite; I have neither the time nor the user interest for it. Sorry! 41 42 43 -- NOTE -- 44 45 If you get a SYS2070 error when starting this version of Gotcha! you have an old version of the file gotcha.dll somewhere in your LIBPATH. 46 Delete it and everything should work. 47 48 There also still seem to be some bugs/problems that cause a SYS3175 49 on some systems. Unfortunatly I haven't been able to find out what the actual problem is or how to fix it. You might try an older version of Gotcha! (all still available on the homepage) but I don't think chances are high that one of those will work. 50 44 dmake 4.0. If you want to recompile the program, take a look at the Makefile 45 and adjust the settings (probably only the "I" macro that tells where you 46 keep your include files) and then just run dmake. The emx makefiles are still 47 in the SVN but have not been tested with the version 2.00 changes 51 48 52 49 -- MORE INFO -- … … 55 52 56 53 Have fun! 57 Th orsten Thielen <thth@c2226.de>58 (Member of Team OS/2 Region Trier e.V.) 59 http:// www.c2226.de/programs/gotcha/index.phtml54 The Netlabs Gotcha! Team 55 "Gotcha! User Mailing List" <gotcha-user@2rosenthals.com> 56 http://trac.netlabs.org/gotcha
Note:
See TracChangeset
for help on using the changeset viewer.