2012-11-29 14:39 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/rddads/tests/datad.prg
  * contrib/rddads/tests/testmg.prg
    * cleanup to script rdd registration code from yesterday
This commit is contained in:
Viktor Szakats
2012-11-29 13:41:03 +00:00
parent ff362327e3
commit 5c75adefe2
3 changed files with 9 additions and 8 deletions

View File

@@ -10,6 +10,11 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-11-29 14:39 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/rddads/tests/datad.prg
* contrib/rddads/tests/testmg.prg
* cleanup to script rdd registration code from yesterday
2012-11-29 13:54 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hblzf/tests/hbmk.hbm
* contrib/hblzf/tests/test.prg

View File

@@ -21,16 +21,14 @@ PROCEDURE Main()
LOCAL aStru := { { "ID", "A", 1, 0 }, { "Name", "C", 50, 0 }, { "address", "C", 50, 0 }, { "city", "C", 30, 0 }, { "Age", "n", 3, 0 } }
LOCAL hConnection1
#if defined( __HBSCRIPT__HBSHELL )
rddRegister( "ADSADT" )
#endif
#if defined( __HBDYNLOAD__RDDADS__ )
LOCAL l := hb_libLoad( hb_libName( "rddads" + hb_libPostfix() ) )
hb_rddADSRegister()
HB_SYMBOL_UNUSED( l )
#elif defined( __HBSCRIPT__HBSHELL )
hb_rddADSRegister()
#endif
CLS

View File

@@ -65,16 +65,14 @@ PROCEDURE Main()
LOCAL i
LOCAL aRay
#if defined( __HBSCRIPT__HBSHELL )
rddRegister( "ADS" )
#endif
#if defined( __HBDYNLOAD__RDDADS__ )
LOCAL l := hb_libLoad( hb_libName( "rddads" + hb_libPostfix() ) )
hb_rddADSRegister()
HB_SYMBOL_UNUSED( l )
#elif defined( __HBSCRIPT__HBSHELL )
hb_rddADSRegister()
#endif
rddSetDefault( "ADS" )