Files
harbour-core/harbour/examples/gtwvw/tests
Przemyslaw Czerpak 9ec9384fa5 2010-04-01 16:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gtwin/gtwin.c
  * harbour/src/rtl/gtwvt/gtwvt.h
  * harbour/src/rtl/gtwvt/gtwvt.c
    * modified to use in UNICODE builds current HVM CP if user
      has not set display CP using HB_SETTERMCP() or HB_SETDISPCP()

  * harbour/src/rtl/gtwvt/gtwvt.h
  * harbour/src/rtl/gtwvt/gtwvt.c
    * eliminated most of HB_TCHAR_*() translations
    % optimized setting SelectCopy menu item name to avoid unnecessary
      memory allocation and to use hb_str*() API
    ! allow to set window title before displaying the window
      (HB_GTI_WINTITLE)
    % use hb_str*() API for window title setting
    ! removed redundant window title setting just after creating new window
    ! pass pointer to HB_GTWVT structure as lpParam in CreateWindow()
      function to allow WM_CREATE message processing and early window
      handle registration

  * harbour/tests/cpinfo.prg
    * added HB_SETTERMCP() setting

  * harbour/examples/gtwvw/tests/cbtest1.prg
  * harbour/examples/gtwvw/tests/cbtest6.prg
  * harbour/examples/gtwvw/tests/ebtest7.prg
    * small cleanup to compile with Harbour
2010-04-01 14:44:19 +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.