You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Delphi 12, and possibly some earlier Delphi versions back to Delphi 10.1, compiling GetGIFSize results in a deprecated warning because of a call to SysUtils.StrLComp. This can be fixed by changing the call to AnsiStrings.StrLComp.