From 31b03bb565ecbafc05c5174264a31000c59127b2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Feb 2000 01:30:26 +0000 Subject: [PATCH] 20000212-02:30 GMT+1 Victor Szakats --- harbour/ChangeLog | 7 +++++++ harbour/include/gtapi.h | 4 ++++ harbour/makefile.b32 | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fa86629a1d..0a49c6b9c7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,10 @@ +20000212-02:30 GMT+1 Victor Szakats + * include/gtapi.h + + NOTE: added about incompatibilities between Harbour and CA-Cl*pper + GT interface. + * makefile.b32 + - Removed -v option (debug info) from 4.0 mode. + 2000-02-11 19:15 GMT-5 David G. Holm * source/rtl/inkey.c ! First pass at international character support for Windows console mode. diff --git a/harbour/include/gtapi.h b/harbour/include/gtapi.h index c7be73dbb8..3fb4f4a95c 100644 --- a/harbour/include/gtapi.h +++ b/harbour/include/gtapi.h @@ -41,6 +41,10 @@ #include "setcurs.h" #include "box.h" +/* NOTE: The declaration of hb_gtSetPos(), hb_gtGetPos(), hb_gtWrite(), + hb_gtWriteAt(), hb_gtRepChar() differs in parameter types from the + original CA-Cl*pper versions. [vszakats] */ + /* maximum length of color string */ #define CLR_STRLEN 64 diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index 4f1a72673a..f5b8da18f2 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -6,7 +6,7 @@ # avoid optimizer bug, when using compiler version 4.0 !if $d(B40) - BCC_OPT = -v -DHARBOUR_USE_WIN_GTAPI + BCC_OPT = -DHARBOUR_USE_WIN_GTAPI !else BCC_OPT = -O2 -DHARBOUR_USE_WIN_GTAPI !endif