Asynchronous timer for Delphi and Freepascal

Asynchronous timer for Delphi and Freepascal version 1.15

Description:

Asynchronous timer that is portable to Windows and Linux and Mac OSX (actual 1 ms resolution).

You can go to download the zip files by clicking on the following web link:

https://drive.google.com/drive/folders/1lYZRq1BEtGn9gFxjomMwFJOGQuG0e3kr?usp=sharing

You can configure it as follows from inside defines.inc file:

{$DEFINE CPU32} and {$DEFINE Windows32} for 32 bit systems

{$DEFINE CPU64} and {$DEFINE Windows64} for 64 bit systems

- Platform: Windows, Linux, Mac OSX on (x86)