On Wed, 23 Jul 2003, Lukas Gebauer wrote:

> because I am new in FPC community, can someone explain me what is bad
> on threads implementation on FPC? (TThread object interesting me.)

1. Threads don't work in FPC 1.0.X
2. In FPC 1.1, threads are implemented as a language construct
   (i.e. threadvar etc) and  a set of system independent thread handling
   routines have been implemented.

   The tthread class must be rewritten to use these routines.

Michael.



_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to