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

Compile with Delphi 10.3

Open Andsup opened this issue 6 years ago • 0 comments

I'm moving a project from delphi 2007 to delphi 10.3.

I had to rename the TRestClient class to TfcRestClient. Not a big deal.

Still some error during the compilation: Incompatibility between Tdataset and TclientDataSet in datasetconverter by example

How to deal with those errors ? Is using cast a valid option ?

Thanks for your support

Andsup avatar Sep 11 '19 06:09 Andsup