Title: function Get_TickTime Exception Post by: bikotronic on September 11, 2020, 08:33:50 AM Delphi 10.x
RealThinClientSDK_v951_2020Q2 unit rtcSystem; The function Get_TickTime uses the function INT64 but returns a cardinal. on ios there will be a exception Code: {$ELSE}{$IFDEF MACIOS} here is the fix Line 796 function Get_TickTime:int64;//Cardinal; Line 2733 function Get_TickTime:int64;//Cardinal; |