Difference between revisions of "User:MarkMLl"

From Lazarus wiki
Jump to navigationJump to search
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  #    Not married, no children, does not live in East Sussex.
 
  #    Not married, no children, does not live in East Sussex.
 
  #
 
  #
  #    Next question? :-)                 markMLl.fpc08 .AT. telemetry .DOT. co.uk
+
  #    Next question? :-)               markMLl.fpc08 .AT. telemetry .DOT. co.uk
 
  #
 
  #
 
  ###############################################################################
 
  ###############################################################################
 +
 +
I'd like to apologise to FPC/Lazarus developers and users, but I don't always see mailing list messages due to very aggressive filtering in our gateway which I'll try to ameliorate presently. For my own use when I really do need to monitor things:
 +
 +
* fpc-devel [http://lists.freepascal.org/pipermail/fpc-devel/]
 +
 +
* fpc-pascal [http://lists.freepascal.org/pipermail/fpc-pascal/]
 +
 +
* fpc-announce [http://lists.freepascal.org/pipermail/fpc-announce/]
 +
 +
* fpc-other [http://lists.freepascal.org/pipermail/fpc-other/]
 +
 +
* Lazarus [http://lists.lazarus.freepascal.org/pipermail/lazarus/]
 +
 +
* Lazarus-other [http://lists.lazarus.freepascal.org/pipermail/lazarus-other/]
 +
 +
* Also FPC Online Documentation [http://www.freepascal.org/docs.var]
 +
 +
* And Lazarus (IDE and LCL) Documentation [http://wiki.lazarus.freepascal.org/Lazarus_Documentation]
 +
 +
Plus of course absolutely everybody with an interest in "modern Pascal" should refer to
 +
 +
* OOP Structures in Pascal [https://github.com/zsoltszakaly/OOPstructuresinpascal]

Latest revision as of 21:52, 20 May 2023

  #############################################################################
 #      1         2         3         4         5         6         7         8
# 45678901234567890123456789012345678901234567890123456789012345678901234567890
#
#    Degrees in electronics, ex-B, ex-LUT, ex-GM.
#    Not married, no children, does not live in East Sussex.
#
#    Next question? :-)                markMLl.fpc08 .AT. telemetry .DOT. co.uk
#
###############################################################################

I'd like to apologise to FPC/Lazarus developers and users, but I don't always see mailing list messages due to very aggressive filtering in our gateway which I'll try to ameliorate presently. For my own use when I really do need to monitor things:

  • fpc-announce [3]
  • Lazarus-other [6]
  • Also FPC Online Documentation [7]
  • And Lazarus (IDE and LCL) Documentation [8]

Plus of course absolutely everybody with an interest in "modern Pascal" should refer to

  • OOP Structures in Pascal [9]