On Thu, 18 Aug 2005 00:48:56 +0200 (CEST)
<[EMAIL PROTECTED]> wrote:

> > The threading code is completely from fpc i have no problems 
> > with this with fpc 2.0.0 Have you changed the fpc version also? 
>  
> Lazarus 0.9.8b binaries for win comes with fpc 2.0.0 and Lazarus 
> 0.9.6b was using erlier version of fpc (1.9.6 I hope). So it seems 
> "my" threads do not "want" to work when compiled with fpc 
> 2.0.0 :-(( Am I correct that to use threads in win it is just 
> enough to put {#threading on} in every module and call 
> BeginThread ? Or has something been changed in fpc 2.0.0 ? 

The usual "Delphi" way to do threads is to make a descendent of TThread. Have 
you tried this approach ?

Micha

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to