Files
harbour-core/harbour/utils
Viktor Szakats f1e651f840 2012-10-11 12:42 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rtl/gtwin/gtwin.c
  * src/rtl/gtwvt/gtwvt.c
    + added dummy return values for certain HB_GTI_* parameters,
      so they won't RTE an app when used with the other GT.
      (the problem is wider and ideally all HB_GTI_* values
      should at least return the same _type_ with all GTs)
      So f.e. now wvtext.prg works with GTWIN, but it should
      with any GTs. The point of GTs is that they're
      _replacable_, just like RDDs.

  * tests/wvtext.prg
    + select WVT dynamically when run under hbrun.
    ! protect Windows specific parts with
      defined( __PLATFORM__WINDOWS )

  * utils/hbmk2/hbmk2.prg
    - deleted hbshell_gtInteractive() public shell API.
      INCOMPATIBLE.
    + replaced above with hbshell_gtSelect( [<cGT>] ) -> NIL
      by default <cGT> will be the default interactive 
      (positionable) GT for the given platform.
    + include GTWVT in code, so scripts can now use WVT
      if they explicitly request it with this code:
2012-10-11 10:44:04 +00:00
..