Re: [Harbour] Background tasks (Francesco)

2009-07-14 Thread Viktor Szakáts
There was no change in build or hbmk2 which should cause such problem. BTW, I'm getting the same, also with beta1 (r11287) regardless of compiler. I'm not sure how was this working before, I too remember it that hb_thread*() functions should silently fail in ST mode, but maybe this isn't true for

Re: [Harbour] Background tasks (Francesco)

2009-07-14 Thread Francesco Saverio Giudice
Hi Viktor, Il 14/07/2009 23.21, Viktor Szakáts ha scritto: Hi Francesco, There was no change in build or hbmk2 which should cause such problem. BTW, I'm getting the same, also with beta1 (r11287) regardless of compiler. I'm not sure how was this working before, I too remember it that hb_thre

Re: [Harbour] Background tasks (Francesco)

2009-07-14 Thread Viktor Szakáts
Hi Francesco, Hi Viktor, I'm trying to test new Przemek's task switching system, but probably I miss something. If I build SVN as before and then try to test something using mttest*.prg tests I got errors like Error BASE/3012 Argument error: HB_THREADJOIN Now I have a suspect: have I to

Re: [Harbour] Background tasks (Francesco)

2009-07-14 Thread Francesco Saverio Giudice
Hi Viktor, I'm trying to test new Przemek's task switching system, but probably I miss something. If I build SVN as before and then try to test something using mttest*.prg tests I got errors like Error BASE/3012 Argument error: HB_THREADJOIN Now I have a suspect: have I to change something i

Re: [Harbour] Background tasks (Francesco)

2009-07-14 Thread Viktor Szakáts
Thank you Francesco. Brgds, Viktor On 2009.07.14., at 8:44, Francesco Saverio Giudice wrote: Hi Viktor, Il 14/07/2009 18.57, Viktor Szakáts ha scritto: Hi Francesco, Do you have your MT version of background processes to be contributed? Now Harbour has MT support even in DOS, we could sim

Re: [Harbour] Background tasks (Francesco)

2009-07-14 Thread Francesco Saverio Giudice
Hi Viktor, Il 14/07/2009 18.57, Viktor Szakáts ha scritto: Hi Francesco, Do you have your MT version of background processes to be contributed? Now Harbour has MT support even in DOS, we could simply use the MT versions on all platforms, without the need of any hooks and extra VM stuff. I h

[Harbour] Background tasks (Francesco)

2009-07-14 Thread Viktor Szakáts
Hi Francesco, Do you have your MT version of background processes to be contributed? Now Harbour has MT support even in DOS, we could simply use the MT versions on all platforms, without the need of any hooks and extra VM stuff. Brgds, Viktor On 2009.06.02., at 8:37, Francesco Saverio Giudice