Closed vkrapotkin closed 9 years ago
This issue is resolved. Please get the latest commit 1fa2028a335f8112b2bdb84a9c1888908d8e7dc4.
Oh! Very attractive! Thanks a lot!
I have this error even with the latest source. Precisely the same thing. EDIT Somehow, Delphi had something cached, so although I updated, it was looking at my old set of files.
I tested final version on Delphi 10 and we don't have any problem. maybe you have conflict with other libraries and definitions
class destructor TJSONDateManager.Destroy; var I: Integer; begin if Assigned(FFormats) then begin for I := 0 to FFormats.Count - 1 do FFormats[I]._Release; // error pointer is here before '.Release' FFormats.Free; end; end;