Skip to content

Erro compiling: unit DW.Location.FusedLocation.Android.pas #326

@alissonrodrigo

Description

@alissonrodrigo

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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions