delphi-rest-client-api icon indicating copy to clipboard operation
delphi-rest-client-api copied to clipboard

Unable to compile package in Delphi XE

Open techalexx opened this issue 4 years ago • 1 comments

Delphi XE

[DCC Error] RestClient.pas(1036): E2250 There is no overloaded version of 'Post' that can be called with these arguments [DCC Error] RestClient.pas(1063): E2250 There is no overloaded version of 'Put' that can be called with these arguments [DCC Error] RestClient.pas(1100): E2250 There is no overloaded version of 'Patch' that can be called with these arguments [DCC Error] RestClient.pas(1176): E2018 Record, object or class type required

techalexx avatar Aug 24 '20 16:08 techalexx

Do check the issue XE4 compiling problem #108 here. There's the solution for no overloaded post, put, patch.

mbirabhadra avatar Aug 28 '20 01:08 mbirabhadra