<font face="verdana,sans-serif">Thanks, now became more clear<br clear="all"></font><font face="verdana, sans-serif">________________________________<br>William de Oliveira Ferreira<br>Bacharel em Sistemas de Informação</font><br>


<br><br><div class="gmail_quote">2011/11/25 Sven Barth <span dir="ltr"><<a href="mailto:pascaldragon@googlemail.com">pascaldragon@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Am 25.11.2011 15:21, schrieb William Oliveira Ferreira:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks for the awnser, Sven, but, my question is why not only use<br>
{$ifdef unix}<br>
cthreads<br>
{$endif}<br>
and i didn´t understand yet...<br>
</blockquote>
<br></div>
Using unit "cthreads" also means linking to the C library. As not every applications needs threading (and thus the linking to the C library) this was made optional. If you use Lazarus with a GTK2 or Qt based LCL then you might as well remove the "ifdef usecthreads" as the two mentioned widgetsets include references to the C library, so it doesn't matter whether you use "cthreads" or not. On the other hand if you'd use fpGUI (or fpGUI-LCL) then you might wish to not include "cthreads" as there no linking to the C library is necessary.<br>


<br>
I hope it is more clear now.<div class="HOEnZb"><div class="h5"><br>
<br>
Regards,<br>
Sven<br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</div></div></blockquote></div><br>