[fpc-pascal]TThread
    Michael Van Canneyt 
    michael.vancanneyt at wisa.be
       
    Wed Jul 23 09:21:22 CEST 2003
    
    
  
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.
    
    
More information about the fpc-pascal
mailing list