I was migrating an application running normally on Android from D12 to D13 and I'm receiving the following error message when compiling:
[DCC Error] DW.Location.FusedLocation.Android.pas(384): E2035 Not enough actual parameters
[DCC Fatal Error] CPL.ServiceModule.pas(13): F2063 Could not compile used unit 'DW.Location.FusedLocation.Android.pas'
Line:
procedure TLocation.Pause;
begin
TOSLog.d('TLocation.Pause calling stopLocationUpdates');
FClient.stopLocationUpdates;
end;
What could be the problem?
I was migrating an application running normally on Android from D12 to D13 and I'm receiving the following error message when compiling:
[DCC Error] DW.Location.FusedLocation.Android.pas(384): E2035 Not enough actual parameters
[DCC Fatal Error] CPL.ServiceModule.pas(13): F2063 Could not compile used unit 'DW.Location.FusedLocation.Android.pas'
Line:
procedure TLocation.Pause;
begin
TOSLog.d('TLocation.Pause calling stopLocationUpdates');
FClient.stopLocationUpdates;
end;
What could be the problem?