Sven,
Thanks for clarifying that particular issue. I assumed the functions had
been moved to System but wasn't sure when.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
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?
>>
>> Often times I am tryin
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 discussions"
Datum: 10.0
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 to
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 an
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 tu