[xHarbour-developers] DirectoryRecurse typo ?

2010-09-15 Thread Ella Stern
in rtl\direct.c in HB_FUNC( DIRECTORYRECURSE ) there is szDrive[ 0 ] = ( char ) ( hb_fsCurDrv() + 'A' ); I think it should be: szDrive[ 0 ] = ( ( char ) hb_fsCurDrv() ) + 'A'; Ella -- Start uncovering the

Re: [xHarbour-developers] DirectoryRecurse typo ?

2010-09-15 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Ella Stern ella.st...@xharbour.com A: xharbour developer list xharbour-developers@lists.sourceforge.net Data invio: mercoledì 15 settembre 2010 13.52 Oggetto: [xHarbour-developers] DirectoryRecurse typo ? in rtl\direct.c in HB_FUNC( DIRECTORYRECURSE

[xHarbour-developers] DirectoryRecurse( ) Bug

2008-12-07 Thread Patrick Mast
Hello, PROCEDURE MAIN ? Start ? DirectoryRecurse( *.INI ) ? Done RETURN On my system, I never see the Done. Can someone confirm? Thanks! Patrick -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las

Re: [xHarbour-developers] DirectoryRecurse( ) Bug

2008-12-07 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Patrick Mast [EMAIL PROTECTED] A: xHarbour-Developers xharbour-developers@lists.sourceforge.net Data invio: domenica 7 dicembre 2008 13.13 Oggetto: [xHarbour-developers] DirectoryRecurse( ) Bug Hello, PROCEDURE MAIN ? Start ? DirectoryRecurse( *.INI

Re: [xHarbour-developers] DirectoryRecurse( ) Bug

2008-12-07 Thread Patrick Mast, xHarbour.
Enrico, On my system, I never see the Done. Can someone confirm? It seems to work fine here using Rev. 6231. Don't know using latest CVS. Can you try with MSVC8 please? Patrick -- SF.Net email is Sponsored by MIX09,

Re: [xHarbour-developers] DirectoryRecurse( ) Bug

2008-12-07 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Patrick Mast, xHarbour. [EMAIL PROTECTED] A: xHarbour-Developers xharbour-developers@lists.sourceforge.net Data invio: domenica 7 dicembre 2008 13.30 Oggetto: Re: [xHarbour-developers] DirectoryRecurse( ) Bug Can you try with MSVC8 please? No, sorry. I

Re: [xHarbour-developers] DirectoryRecurse( ) Bug

2008-12-07 Thread Ron Pinkas
Patrick, Because the app actually GPFs. I'll try to review. Ron -- From: Patrick Mast [EMAIL PROTECTED] Sent: Sunday, December 07, 2008 4:13 AM To: xHarbour-Developers xharbour-developers@lists.sourceforge.net Subject: [xHarbour-developers

Re: [xHarbour-developers] DirectoryRecurse( ) Bug

2008-12-07 Thread Patrick Mast, xHarbour.
Hello Ron, Should be fixed after: 2008-12-07 10:22 UTC-0430 Ron Pinkas ron/at/xharbour.com Confirmed. Thanks! ;-) Patrick -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of

[xHarbour-developers] DirectoryRecurse

2008-07-25 Thread Patrick Mast, xHarbour.com
Hello, This is a fix from przemek done in harbour: + harbour/contrib/xhb/dirrec.prg + added DirectoryRecurse() function. It's not exactly xHarbour compatible as I wanted at the beginning. But when I begin to carefully check what xHarbour exactly does then I dropped the

Re: [xHarbour-developers] DirectoryRecurse

2008-07-25 Thread Paul Tucker
Directory() did respect 'D' setting - was this removed on purpose? The MT-friendly apect should certainl be handled. My opinion. Hello, This is a fix from przemek done in harbour: + harbour/contrib/xhb/dirrec.prg + added DirectoryRecurse() function. It's not exactly xHarbour