* examples/gtwvw/tests/wvwtest9.prg
+ Changed to use HB_GTI_INKEYFILTER instead of xhb specific
calls. This fixes last known missing showstopper in gtwvw
for Harbour.
* utils/hbmk2/hbmk2.prg
+ Added support for macros in -gt/gt= options.
(thus fixing gtwvw.hbc)
; Patches received from Tamas Tevesz. Thanks a lot!
* external/png/pngconf.h
* external/png/pngpread.c
* external/png/LICENSE
* external/png/pngrutil.c
* external/png/png.c
* external/png/png.h
* external/png/pngpriv.h
* external/png/Makefile
* external/png/pngtrans.c
* Update to 1.4.4 (from 1.4.3)
* external/bzip2/blocksor.c
* external/bzip2/decompre.c
* external/bzip2/crctable.c
* external/bzip2/LICENSE
* external/bzip2/bzlib.c
* external/bzip2/huffman.c
* external/bzip2/bzlib.h
* external/bzip2/randtabl.c
* external/bzip2/bzlib_pr.h
* external/bzip2/compress.c
* external/bzip2/Makefile
* Update to 1.0.6 (from 1.0.5)
/*
* $Id$
*/
To run samples:
(1) Make sure you have GTWVW.LIB in your Harbour LIB directory
(2) Compile/link the .prg/.hbp using hbmk2 <name>
BRIEF DESCRIPTIONS:
AS described in www.csacomputer.com/gtwvw :
prog0.prg : to be compiled with clipper
prog1.prg : 1st evolution with gtwvw
prog2.prg : 2nd evolution with gtwvw
Supporting routines: (required by wvwtest9.prg only)
wvwmouse.prg : sample of how to handle graphic primitives
Supporting files:
test.dbf
some .gif
some .bmp
some .ico
Main programs:
wvwtest9.prg : demo of several gtwvw features.
maincoor.prg : to show differences of MainCoord and Standard Mode.
inpfocus.prg : demo of how to handle input on non topmost window.
Others:
wvt2wvw.ch : header file to be included in your gtwvt program if you
wish to link it with gtwvw.
See gtwvw documentation (and description inside wvt2wvw.ch)
about how to compile and link gtwvt program using gtwvw.