Tiny.Library icon indicating copy to clipboard operation
Tiny.Library copied to clipboard

General purpose low level library for Delphi 7-XE10, FreePascal and C++Builder

Results 1 Tiny.Library issues
Sort by recently updated
recently updated
newest added

I experience an exception (tried in Delphi 10.1 and 11) with the following code on Win64: ``` program TinyInvokeBug64bit; {$APPTYPE CONSOLE} uses System.SysUtils, Tiny.Rtti, Tiny.Invoke; type TEventArgs = record i:...