Everything is fine when I compile and install DPFiOSPackagesDX10.dpk in Delphi 10.3 Rio, but when I try to compile a project in which I use DPF components, in DPF.iOS.HTTP.pas I have an error "[DCC Error] DPF.iOS.HTTP.pas (778): E2036 Variable required ".
SDK for iOS 11.2.
How to solve this problem? Please help.
greetings!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Everything is fine when I compile and install DPFiOSPackagesDX10.dpk in Delphi 10.3 Rio, but when I try to compile a project in which I use DPF components, in DPF.iOS.HTTP.pas I have an error "[DCC Error] DPF.iOS.HTTP.pas (778): E2036 Variable required ".
SDK for iOS 11.2.
How to solve this problem? Please help.
greetings!
how did you solve it?
var H1:=Buffer.length;
var P1:=PChar(Buffer.bytes);
MS.WriteBuffer( P1, H1 );
anyway, excellent code, works perfect android and ios under Delphi 10 Seattle UP1