Re: [fpc-pascal] PThreads

2007-10-10 Thread Marco van de Voort
> I just found this href="http://sources.redhat.com/pthreads-win32/index.html";>link to > Win32 PThreads and wanted to know if FPC uses pthreads in the > Windows implementation. No. FPC is in general totally independant of any Unix lib on Windows. The parts that _can_ be used are typically ming

[fpc-pascal] PThreads

2007-10-10 Thread Andreas Berger
I just found this link to Win32 PThreads and wanted to know if FPC uses pthreads in the Windows implementation. It would probably ease use. The main inconvenience to this library is that it wants to use a dll and the nice thing about FPC is "no dependencies". So maybe an interface to the C libr