Re: [fpc-pascal] Please someone explain this to me

2016-02-09 Thread Vojtěch Čihák
There exists IDE directive {%MainUnit ***.pas} and include files should contain it. But I don't know if there are more units containing the same include file.   V. __ Od: Anthony Walter Komu: "FPC-Pascal users

Re: [fpc-pascal] Please someone explain this to me

2016-02-09 Thread Anthony Walter
Ralf, A couple of points. 1) As I explained there are times when I, and probably other people as well, need to find the declaration of a function, constant, record, or some other identifier. We may not know if the function even exists or has been declared in Pascal, for example when attempting

[fpc-pascal] Please someone explain this to me

2016-02-09 Thread Anthony Walter
I really don't like the include files with Lazarus and Free Pascal for the following reason: How the am I supposed to know which file is including an include file? Often times I am trying to find a function or class or some other identifier and I search files on disk for the name. Then it

Re: [fpc-pascal] Please someone explain this to me

2016-02-09 Thread Ralf Quint
On 2/9/2016 2:58 PM, Anthony Walter wrote: I really don't like the include files with Lazarus and Free Pascal for the following reason: How the am I supposed to know which file is including an include file? Often times I am trying to find a function or class or some other identifier

Re: [fpc-pascal] Please someone explain this to me

2016-02-09 Thread Sven Barth
Am 10.02.2016 00:32 schrieb "Ralf Quint" : > > On 2/9/2016 2:58 PM, Anthony Walter wrote: >> >> I really don't like the include files with Lazarus and Free Pascal for the following reason: >> >> How the am I supposed to know which file is including an include file? >> >>