Re: [fpc-pascal] Initializing threading

2006-07-25 Thread Michael Van Canneyt
On Tue, 25 Jul 2006, Andreas Berger wrote: In order to initialize threading under DOS I must create a separate unit since I need the initialization and finalization clause. I thought of using a cthreads.pp unit like in unix. However, the TThread implementation resides in the TThread.inc file

Re: [fpc-pascal] Initializing threading

2006-07-25 Thread Vinzent Hoefler
On Tuesday 25 July 2006 14:18, Andreas Berger wrote: > In order to initialize threading under DOS I must create a separate > unit since I need the initialization and finalization clause. I > thought of using a cthreads.pp unit like in unix. However, the > TThread > implementation resides in the TT

[fpc-pascal] Initializing threading

2006-07-25 Thread Andreas Berger
In order to initialize threading under DOS I must create a separate unit since I need the initialization and finalization clause. I thought of using a cthreads.pp unit like in unix. However, the TThread implementation resides in the TThread.inc file which is an include in the implementation sec