Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Andi Jahja
Luiz, Sorry. But it did not work on MT. Andi On Thu, 02 Aug 2012 21:37:33 +0700 Andi Jahja wrote: > Luiz, > > Did you find a solution yet? > If not, the following patch may work (it's also OK in Windows) > > - > #if 0 >#ifdef HB_THREAD_SUPPORT > HB_CRITICAL_T mtxWorkArea;

Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Andi Jahja
No problem. I have committed an update that should work :-) Andi On Thu, 2 Aug 2012 11:46:02 -0300 Luiz Rafael Culik wrote: > Andi > > I was thinking of same patch, but i can only commit tonight > > Regards > Luiz > > 2012/8/2 Andi Jahja > > > Luiz, > > > > Did you find a solution yet? >

Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Luiz Rafael Culik
Andi I was thinking of same patch, but i can only commit tonight Regards Luiz 2012/8/2 Andi Jahja > Luiz, > > Did you find a solution yet? > If not, the following patch may work (it's also OK in Windows) > > - > #if 0 >#ifdef HB_THREAD_SUPPORT > HB_CRITICAL_T mtxWorkArea; /

Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Andi Jahja
Luiz, Did you find a solution yet? If not, the following patch may work (it's also OK in Windows) - #if 0 #ifdef HB_THREAD_SUPPORT HB_CRITICAL_T mtxWorkArea; /* Mutex */ BOOL fMtLockInit; /* Lock initialized */ HB_COUNTER ulCounter; #endif #els

Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Andi Jahja
Luiz, > I read, it should give same error on compiling under windows since > CRITICAL_SECTION is not defined It is defined, because "windows.h" is now included. See at the top of file. Andi -- Live Security Virtual Co

Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Luiz Rafael
: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja Luiz, I have clearly explained it in ChangeLog: - * include/hbstack.h ! remove hard-coded HB_THREAD_SUPPORT in HB_STACKRDD struct. NOTE: Non-Windows developers please

Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Andi Jahja
Message- > From: Enrico Maria Giordano > Sent: Thursday, August 02, 2012 5:24 AM > To: Andi Jahja ; xHarbour Developers Mailing List > Subject: Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 > UTC+0700AndiJahja > > > -Messaggio Originale- > Da: "Andi

Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja

2012-08-02 Thread Luiz Rafael
: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700AndiJahja -Messaggio Originale- Da: "Andi Jahja" A: "xHarbour Developers Mailing List" Data invio: giovedì 2 agosto 2012 3.30 Oggetto: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700 AndiJahja E