When i create a new service, then this service will have a main datamodule (DM), and when i add this service to an already existing app, then delphi automatically add to the dpr (in the uses clauses) of this app the unit of the datamodule:
uses …
…
myService_mainunit;
why ? it’s also make after not possible to compile under IOS …