On 27/05/14 02:54, Paul Breneman wrote: > > Will EpikTimer work in a console app?
Yes, since 4 years ago. ;-) > If so, an example on the wiki > page would sure be appreciated. The wiki already does. http://wiki.freepascal.org/EpikTimer#Usage If you don't have an "Application" object instance, simply create the EpikTimer instance as follows: ET := TEpikTimer.Create(nil) and then use it as indicated. Also remember to free it manually when you are done. Regards, Graeme -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
