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.
This commit is contained in:
Viktor Szakats
2010-04-06 13:02:26 +00:00
parent 29af435a3f
commit 20d027baaf
2 changed files with 9 additions and 4 deletions

View File

@@ -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 ).

View File

@@ -51,7 +51,7 @@ proc thFunc()
if hb_dbRequest( , , @bQuery, .T. )
xResult := Eval( bQuery )
dbRelease( , {|| xResult } )
hb_dbDetach( , {|| xResult } )
endif
return