Hi,
i just needed a Thread Component for my work on Fingerprint reading.
The original Code was from Greg Lorriman/UK, but i can't contact him, i don't know if he's still alive.
So there is no Copyright Problem at all, because i publish all sources as Freeware.
I expanded the Thread Code a little bit. New is the ThreadEND Event. It is fired, when Thread ends.
Component is working under Windows AND Linux.
For Linux use, don't forgett to activate "cthreads"! (Most important)
Use is very simple:
Install Component in Lazarus.
In Component Palette "System" there is the new Component "TGFGLEasyThread"
Drop it on your Form.
Event "EXEC"
your Code to process during thread
Event "OnEnd"
will be called, after Thread is ending
Start Thread:
ComponentName_Thread.Start;
Stop Thread:
ComponentName_Thread.Stop;
regards, Michael