We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: