I am writing a command line program that will be started as root from /etc/init.d. (Raspberry PI that will not be connected to the internet.)

This program requires TTimer, which seems to be a part of LCL and gives me missing units at compile time.

To try to get around LCL, I derived a timer from TCustomTimer. Unfortunately, this pulls in TWidgetSet (also part of LCL but without the missing units) and I get run time error 211 since TWidgetSet is abstract.

Is there any timer-like component available without bringing in LCL?


Thanks,


Don Ziesig


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to