Files
harbour-core/harbour/examples/gtwvw/tests
Viktor Szakats 7e446e2d02 2012-06-10 14:11 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rtl/cdpdet.prg
    ! *nix specific CP autodetection code missed to call
      a local conversion subfunction.

  * src/rtl/gtfunc.c
    * HB_SETDISPCP(), HB_SETTERMCP(), HB_SETKEYCP() will
      now not RTE when passed NIL as 1st paramater. This
      makes it smoother to fall-back on purposedly invalid
      values, f.e. return values of new HB_CDPOS() and 
      HB_CDPTERM() in case of failure.

  * contrib/hblzf/tests/test2.prg
    + replaced in-source hbmk2 cmdline instructions with
      #require directive

  * contrib/gtwvg/tests/wvgactivex.prg
    ! fixed reference to non-existing batch file

  * doc/en/file.txt
  * doc/gmake.txt
  * doc/windll.txt
  * examples/gtwvw/docs/gtwvw.txt
  * examples/gtwvw/docs/whatsnew.txt
  * examples/gtwvw/tests/drawimg.prg
  * examples/guestbk/guestbk.txt
  * examples/hscript/readme.txt
    - deleted references to non-existing/obsolete batch files
2012-06-10 12:13:08 +00:00
..

/*
 * $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.