From 20d027baaffa0855b28a388f7531d5f360c73ccc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 6 Apr 2010 13:02:26 +0000 Subject: [PATCH] 2010-04-06 15:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/mt/mttest09.prg ! Fixed to use native core function instead of XPP wrapper. Thanks to Rafa for reporting it. --- harbour/ChangeLog | 11 ++++++++--- harbour/tests/mt/mttest09.prg | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a2fef070cb..bc676b91ab 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-04-06 15:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * tests/mt/mttest09.prg + ! Fixed to use native core function instead of XPP wrapper. + Thanks to Rafa for reporting it. + 2010-04-06 11:15 UTC+0200 Xavi (jarabal/at/gmail.com) * harbour/src/rtl/gtwin/gtwin.c % Reverted back the changes. @@ -31,7 +36,7 @@ 2010-04-05 09:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/hbpprocess.prg - + Implemented ::lDetached functionality to execute a process independent + + Implemented ::lDetached functionality to execute a process independent from application's process. * contrib/hbide/resources/toolsutilities.ui @@ -51,8 +56,8 @@ * contrib/hbide/idetools.prg * contrib/hbide/idewizard.prg + Reworked : from bottom up, the "Tools and Utilities" protcol. - Now it is possible to execute any type of file. It also - opens the door to host any language specific projects inside hbIDE. + Now it is possible to execute any type of file. It also + opens the door to host any language specific projects inside hbIDE. DETAILS: http://hbide.vouch.info/ ( Topid: Tools and Utilities ). diff --git a/harbour/tests/mt/mttest09.prg b/harbour/tests/mt/mttest09.prg index 1c29345cca..2348384cb9 100644 --- a/harbour/tests/mt/mttest09.prg +++ b/harbour/tests/mt/mttest09.prg @@ -51,7 +51,7 @@ proc thFunc() if hb_dbRequest( , , @bQuery, .T. ) xResult := Eval( bQuery ) - dbRelease( , {|| xResult } ) + hb_dbDetach( , {|| xResult } ) endif return