[Lazarus] nonlcl basic issue: is codetools LCL dependent?

Michael Schnell mschnell at lumino.de
Thu Jun 26 12:17:42 CEST 2014


On 06/26/2014 09:28 AM, Michael Schnell wrote:
>
>
> -  TThread.GetTickCount64:
> I can try to do the (supposedly minimal) code that in 
> TThread.GetTickCount64 does a system call and some calculations, 
> native in the implementation of my TApplication class.
>

This version of the compiler even does not have "HAVECLOCKGETTIME" -> 
clock_gettime() and hence I need to fall back to fpgettimeofday() which 
is not very appropriate in this context. :-(

-Michael




More information about the Lazarus mailing list