diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f7ea478e4c..848c6bb4a0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,18 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-05-13 09:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + + contrib/hbct/tests/bld_b32.bat + + contrib/hbct/tests/bld_vc.bat + + Added non-GNU make files for tests. + + * contrib/hbct/tests/Makefile + + Added ctwtest.prg to GNU makefile for hbct tests. + (so building of these was actually solved already) + + * contrib/rddads/adsfunc.c + ! Minor comment. + 2008-05-12 22:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/gtwvg/tests/bld_b32.bat + Added switch to compile in GUI mode. @@ -75,7 +87,7 @@ ! ADSTESTLOGIN() fixed to not write into the 7th param string buffer directly since this may cause HVM corruption. To solve this properly, this parameter - must now be passed by reference. 8th parameter no + must now be passed by reference. 8th parameter is no longer needed. ! ADSBLOB2FILE(), ADSFILE2BLOB(), ADSGETTABLECHARTYPE() fixed to not GPF when selected workarea is not ADS. @@ -138,7 +150,7 @@ Users of CT3 lib's overloaded MaxRow(.T.)/MaxCol(.T.) functions are encouraged to change the app code to rather use hbct_MaxRow()/hbct_MaxCol() - or hb_ScrMaxRow()/hbScrMaxCol(). These functions are + or hb_ScrMaxRow()/hb_ScrMaxCol(). These functions are easy to implement in CA-Cl*pper too (simple wrappers to Max*()). diff --git a/harbour/contrib/hbct/tests/Makefile b/harbour/contrib/hbct/tests/Makefile index 9ff54d970e..22bb54e922 100644 --- a/harbour/contrib/hbct/tests/Makefile +++ b/harbour/contrib/hbct/tests/Makefile @@ -66,6 +66,7 @@ PRG_SOURCES=\ csetatmu.prg \ csetarge.prg \ csetref.prg \ + ctwtest.prg \ datetime.prg \ expomant.prg \ finan.prg \ diff --git a/harbour/contrib/hbct/tests/bld_b32.bat b/harbour/contrib/hbct/tests/bld_b32.bat new file mode 100644 index 0000000000..5353ce0929 --- /dev/null +++ b/harbour/contrib/hbct/tests/bld_b32.bat @@ -0,0 +1,18 @@ +@echo off +rem +rem $Id$ +rem + +rem --------------------------------------------------------------- +rem This is a generic template file, if it doesn't fit your own needs +rem please DON'T MODIFY IT. +rem +rem Instead, make a local copy and modify that one, or make a call to +rem this batch file from your customized one. [vszakats] +rem --------------------------------------------------------------- + +set HB_ARCHITECTURE=w32 +set HB_COMPILER=bcc32 +set HB_USER_LIBS=hbct.lib + +call ..\..\..\bin\bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/harbour/contrib/hbct/tests/bld_vc.bat b/harbour/contrib/hbct/tests/bld_vc.bat new file mode 100644 index 0000000000..c01c8eb3ae --- /dev/null +++ b/harbour/contrib/hbct/tests/bld_vc.bat @@ -0,0 +1,18 @@ +@echo off +rem +rem $Id$ +rem + +rem --------------------------------------------------------------- +rem This is a generic template file, if it doesn't fit your own needs +rem please DON'T MODIFY IT. +rem +rem Instead, make a local copy and modify that one, or make a call to +rem this batch file from your customized one. [vszakats] +rem --------------------------------------------------------------- + +set HB_ARCHITECTURE=w32 +set HB_COMPILER=msvc +set HB_USER_LIBS=hbct.lib + +call ..\..\..\bin\bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/harbour/contrib/rddads/adsfunc.c b/harbour/contrib/rddads/adsfunc.c index 7c3b1a093e..9ba177bc50 100644 --- a/harbour/contrib/rddads/adsfunc.c +++ b/harbour/contrib/rddads/adsfunc.c @@ -1873,7 +1873,7 @@ HB_FUNC( ADSROLLBACK ) /* set the number of records to read ahead, for the current work area - Call : ADSCACHERECORDS(nRecords) + Call : ADSCACHERECORDS( nRecords ) Returns : True if successful */ HB_FUNC( ADSCACHERECORDS )