> >> program Browser;
> >>
> >> {$mode objfpc}{$H+}
> >>
> >> uses
> >>  {$IFDEF UNIX}{$IFDEF UseCThreads}
> >
>
> The is part of the Lazarus Application template for the lpr file..
>
> Packages requiring threading can add -dUseCThreads to their Usages options, 
> so that
> the cthreads unit will be added on unix.
>

What about applications?  Do I need to specify the -dUseCThreads
option for applications as well, or does Lazarus automatically add it
in somewhere?

Regards,
  - Graeme -

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

Reply via email to