Re: [xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-22 Thread Maurilio Longo
Phil, yes, I confirm, it works without SET WORKAREA PRIVATE as well. Thanks a lot. Maurilio. Phil Krylov wrote: > On Thu, Jan 22, 2009 at 11:49 AM, Maurilio Longo > wrote: >> I can confirm that with SET WORKAREA PRIVATE it works ok. > > It should now be OK without SET WORKAREA PRIVATE. (Can y

Re: [xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-22 Thread Phil Krylov
On Thu, Jan 22, 2009 at 11:49 AM, Maurilio Longo wrote: > I can confirm that with SET WORKAREA PRIVATE it works ok. It should now be OK without SET WORKAREA PRIVATE. (Can you check?) -- Ph. -- This SF.net email is spons

Re: [xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-22 Thread Maurilio Longo
Phil, I can confirm that with SET WORKAREA PRIVATE it works ok. Maurilio. Phil Krylov wrote: > Hi Maurilio, > > On Fri, Jan 9, 2009 at 11:56 AM, Maurilio Longo > wrote: >> Now, after these changes I have a runtime error inside C RTL library :) go >> figure!! > > For some reason the USE ... N

Re: [xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-09 Thread maurilio longo
Phil, I'll be out of office for a week and here at home I don't have an OS/2 system anymore, so I'm sorry, but I'm not able to do this test before january the 20th. If you don't find the cause before I'll do this test as soon as I'm back to work. Thanks a lot for your help. Maurilio. > Hi M

Re: [xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-09 Thread Phil Krylov
Hi Maurilio, On Fri, Jan 9, 2009 at 11:56 AM, Maurilio Longo wrote: > Now, after these changes I have a runtime error inside C RTL library :) go > figure!! For some reason the USE ... NEW operation became not threadsafe again. I'm investigating it. Can you please try to add "SET WORKAREA PRIVATE

Re: [xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-09 Thread Maurilio Longo
I mean, starting mtstress.prg! Maurilio. Maurilio Longo wrote: > Phil, > > thanks a lot! > > Now, after these changes I have a runtime error inside C RTL library :) go > figure!! > > Maurilio. > > Phil Krylov wrote: >> 2009-01-08 23:25 UTC+0300 Phil Krylov >> * config/rules.cf >> * giv

Re: [xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-09 Thread Maurilio Longo
Phil, thanks a lot! Now, after these changes I have a runtime error inside C RTL library :) go figure!! Maurilio. Phil Krylov wrote: > 2009-01-08 23:25 UTC+0300 Phil Krylov > * config/rules.cf > * give PRG_USR higher priority then HB_FLAGS > * include/thread.h > ! fixed declaration

[xHarbour-developers] 2009-01-08 23:25 UTC+0300 Phil Krylov

2009-01-08 Thread Phil Krylov
2009-01-08 23:25 UTC+0300 Phil Krylov * config/rules.cf * give PRG_USR higher priority then HB_FLAGS * include/thread.h ! fixed declaration of HB_ATOMIC_INC()/HB_ATOMIC_DEC() macros for 32bit x86 *nixes - by mistake it was added to ST section * source/rtl/terror.prg ! remov