Re: [fpc-pascal] cthreads

2014-07-25 Thread Marco van de Voort
In our previous episode, Fabio Luis Girardi said: > The same question that I posted on bugtracker: > > Linux, BSD, Unix, has another threaddriver than cthreads? No. > If no, why not > make cthreads unit the default threaddriver for Unix? Because then all apps are linked to it, also the ones th

Re: [fpc-pascal] cthreads

2014-07-25 Thread Sven Barth
Am 25.07.2014 15:11 schrieb "Ewald" : > > On 07/25/2014 03:04 PM, Fabio Luis Girardi wrote: > > The same question that I posted on bugtracker: > > > > Linux, BSD, Unix, has another threaddriver than cthreads? If no, why > > not make cthreads unit the default threaddriver for Unix? > > I read somewh

Re: [fpc-pascal] cthreads

2014-07-25 Thread Fabio Luis Girardi
2014-07-25 10:10 GMT-03:00 Ewald : > On 07/25/2014 03:04 PM, Fabio Luis Girardi wrote: > > The same question that I posted on bugtracker: > > > > Linux, BSD, Unix, has another threaddriver than cthreads? If no, why > > not make cthreads unit the default threaddriver for Unix? > > I read somewhere

Re: [fpc-pascal] cthreads

2014-07-25 Thread Ewald
On 07/25/2014 03:04 PM, Fabio Luis Girardi wrote: > The same question that I posted on bugtracker: > > Linux, BSD, Unix, has another threaddriver than cthreads? If no, why > not make cthreads unit the default threaddriver for Unix? I read somewhere some time ago that the main reason for this was t

Re: [fpc-pascal] cthreads

2014-07-25 Thread Fabio Luis Girardi
The same question that I posted on bugtracker: Linux, BSD, Unix, has another threaddriver than cthreads? If no, why not make cthreads unit the default threaddriver for Unix? 2014-07-25 7:33 GMT-03:00 Michael Van Canneyt : > > > On Fri, 25 Jul 2014, Mark Morgan Lloyd wrote: > > Michael Van Cann

Re: [fpc-pascal] cthreads

2014-07-25 Thread Michael Van Canneyt
On Fri, 25 Jul 2014, Mark Morgan Lloyd wrote: Michael Van Canneyt wrote: On Fri, 25 Jul 2014, Juha Manninen wrote: I was asked why a threaded application compiles on Linux without "uses cthreads" but it does not work. cthreads must _always_ be added to uses section. I had no answer to that.

Re: [fpc-pascal] cthreads

2014-07-25 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: On Fri, 25 Jul 2014, Juha Manninen wrote: I was asked why a threaded application compiles on Linux without "uses cthreads" but it does not work. cthreads must _always_ be added to uses section. I had no answer to that. IMO such errors should be trapped at compile-time

Re: [fpc-pascal] cthreads

2014-07-25 Thread Michael Van Canneyt
On Fri, 25 Jul 2014, Juha Manninen wrote: I was asked why a threaded application compiles on Linux without "uses cthreads" but it does not work. cthreads must _always_ be added to uses section. I had no answer to that. IMO such errors should be trapped at compile-time, not at run-time. Could i

[fpc-pascal] cthreads

2014-07-25 Thread Juha Manninen
I was asked why a threaded application compiles on Linux without "uses cthreads" but it does not work. cthreads must _always_ be added to uses section. I had no answer to that. IMO such errors should be trapped at compile-time, not at run-time. Could it be fixed somehow? Many people experience the