Re: [Lazarus] How to find out why a unit is used in a project?

2020-09-23 Thread Sven Barth via lazarus
Bo Berglund via lazarus schrieb am Mi., 23. Sep. 2020, 21:13: > So there seems to be a chain reaction concerning units involved in the > application > If course there is. That's how the unit system is supposed to work after all. Regards, Sven > --

Re: [Lazarus] How to find out why a unit is used in a project?

2020-09-23 Thread Bo Berglund via lazarus
On Wed, 23 Sep 2020 19:29:36 +0200, John Landmesser via lazarus wrote: >> So now I wonder: >> Is there a Lazarus tool to trace why the unit is referenced in the >> first place? Is there such things as "chain of uses"? >> >> The application I am porting is a client communications app that talks

Re: [Lazarus] How to find out why a unit is used in a project?

2020-09-23 Thread Mattias Gaertner via lazarus
On Wed, 23 Sep 2020 18:59:58 +0200 Bo Berglund via lazarus wrote: >[...] > Now when I try to compile it throws an error inside a unit I did not > even know it used. And to further complicate the issue I cannot find a > reference to the unit in question when doing a search in the project > dir

Re: [Lazarus] How to find out why a unit is used in a project?

2020-09-23 Thread John Landmesser via lazarus
Am 23.09.20 um 18:59 schrieb Bo Berglund via lazarus: I am porting a Delphi application to Linux and as a stop I am first doing it from Delphi to Lazarus/Fpc on Windows. Now when I try to compile it throws an error inside a unit I did not even know it used. And to further complicate the issue I

[Lazarus] How to find out why a unit is used in a project?

2020-09-23 Thread Bo Berglund via lazarus
I am porting a Delphi application to Linux and as a stop I am first doing it from Delphi to Lazarus/Fpc on Windows. Now when I try to compile it throws an error inside a unit I did not even know it used. And to further complicate the issue I cannot find a reference to the unit in question when