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.
This commit is contained in:
@@ -8,6 +8,18 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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*()).
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ PRG_SOURCES=\
|
||||
csetatmu.prg \
|
||||
csetarge.prg \
|
||||
csetref.prg \
|
||||
ctwtest.prg \
|
||||
datetime.prg \
|
||||
expomant.prg \
|
||||
finan.prg \
|
||||
|
||||
18
harbour/contrib/hbct/tests/bld_b32.bat
Normal file
18
harbour/contrib/hbct/tests/bld_b32.bat
Normal file
@@ -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
|
||||
18
harbour/contrib/hbct/tests/bld_vc.bat
Normal file
18
harbour/contrib/hbct/tests/bld_vc.bat
Normal file
@@ -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
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user