Recent

Author Topic: Can't use TThread (settings pb ?)  (Read 9411 times)

bjacques

  • Newbie
  • Posts: 1
Can't use TThread (settings pb ?)
« on: November 26, 2003, 09:57:09 am »
I am new in FreePascal/Lazarus and I can't compile this program:

Code: [Select]

unit Test;

interface

  uses
      Classes, SysUtils;

  type
      TToto: class(TThread)
       ....

Error : TThread in unknown

What is wrong in my settings ?

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
Can't use TThread (settings pb ?)
« Reply #1 on: November 26, 2003, 03:47:04 pm »
Ehm, probably TTHread does not exist in your version of the compiler/FCL
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018