2006-06-20 08:55 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)

* harbour/source/rtl/gtwin/gtwin.c
     + Copied Windows Clipboard support from the GTWVT driver. So now
       it is available in Win32 console apps too. (Thanks Przemek for
       the functions and instructions).
       Set/Get the Clipboard using: hb_GTInfo( GTI_CLIPBOARDDATA[, <newvalue>] )
This commit is contained in:
Viktor Szakats
2006-06-20 06:58:41 +00:00
parent 1b65fc4de5
commit 8414073d1c
2 changed files with 88 additions and 0 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
after updating local HVM functions.
2006-06-20 11:33 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)
* harbour/source/rtl/gtwin/gtwin.c
! Possible (double) fix to properly handle embedded zero bytes
2006-06-20 09:45 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)
* harbour/source/rtl/gtwin/gtwin.c
* harbour/source/rtl/gtwxt/gtwxt.c
+ Copied Windows Clipboard support from the GTWVT driver. So now