2011/11/24 Everton Vieira <[email protected]>:
> In the creation of a TThread in Linux, openSuse recently installed, causes
> an exception and close the application.
>
> Even without the debug same resul t.By what I've read on wiki about it, the
> error should appear only under debug.
>
> Anyone knows something about it?
>
> --
> Everton Vieira.

Use:

{$DEFINE UseCThreads}

E.g:

program project1;

{$mode objfpc}{$H+}
{$DEFINE UseCThreads}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Interfaces, ....

-- 
Silvio Clécio
===============================================
Blog - <silvioprog.com.br>
Twitter - <twitter.com/silvioprog>
Facebook - <facebook.com/silvioprog>
LazSolutions - <code.google.com/p/lazsolutions>
Lazarus-BR - <groups.google.com.br/group/lazarus-br?hl=pt-BR>
===============================================
   * Conheça nosso canal IRC sobre Lazarus: #lazarus-br *
===============================================

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to