Re: [Harbour] SF.net SVN: harbour-project:[14614] trunk/harbour

2010-05-27 Thread Viktor Szakáts
> FUNCTION SubscribeNow( ... ) > RETURN {| mtx, nTimeOut, lSubscribed | >local xSubscribed >lSubscribed := hb_mutexSubscribeNow( mtx, iif( hb_isNumeric( > nTimeOut ), nTimeOut / 1000, ), @xSubscribed ) >return xSubscribed > }:eval( ... ) > > Why this

Re: [Harbour] SF.net SVN: harbour-project:[14614] trunk/harbour

2010-05-27 Thread Mindaugas Kavaliauskas
Hi, + contrib/xhb/hbcompat.prg + Added equivalent function wrappers for all hbcompat.ch translations where such was possible (everywhere besides "dirty" extensions of original Clipper functions) FUNCTION SubscribeNow( ... ) RETURN {| mtx, nTimeOut, lSubscribed |

[Harbour] SF.net SVN: harbour-project:[14614] trunk/harbour

2010-05-27 Thread vszakats
Revision: 14614 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14614&view=rev Author: vszakats Date: 2010-05-27 10:59:44 + (Thu, 27 May 2010) Log Message: --- 2010-05-27 12:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/Makefile +