In our previous episode, Klaus Hartnegg said:
> if the docs and the compiler say that a function is deprecated, how can
> I find out which other function should be used instead?
Reading release manifests?
http://wiki.freepascal.org/User_Changes_2.4.0#Almost_all_old_1.0.x_socket_unit_functions_ha
On 2015-09-16 15:50, Klaus Hartnegg wrote:
> if the docs and the compiler say that a function is deprecated, how can
> I find out which other function should be used instead?
I suggest you report those as a bug in FPC, and a bug in the Documentation.
The Object Pascal language supports the synta
Hi,
if the docs and the compiler say that a function is deprecated, how can
I find out which other function should be used instead?
Example: www.freepascal.org/docs-html/rtl/sockets/accept.html says that
accept is deprecated. Whould I switch to fpaccept eventhough that can do
a lot less? I
Peter wrote:
It would be useful to see the output of these two commands
grep Fl /etc/fpc.cfg
ls /usr/lib/**/crti.o
Jonas knows a lot more about FPC than I do!
Jonas pointed out to me when I went through this a couple of weeks ago
that fpc.cfg isn't used while FPC is being built.
See the e