Forum > General
Can't use TThread (settings pb ?)
(1/1)
bjacques:
I am new in FreePascal/Lazarus and I can't compile this program:
--- Code: ---
unit Test;
interface
uses
Classes, SysUtils;
type
TToto: class(TThread)
....
--- End code ---
Error : TThread in unknown
What is wrong in my settings ?
Marc:
Ehm, probably TTHread does not exist in your version of the compiler/FCL
Navigation
[0] Message Index