[Lazarus] Lazarus - Windows NT4
Mark Morgan Lloyd
markMLl.lazarus at telemetry.co.uk
Mon Apr 9 10:21:02 CEST 2018
On 08/04/18 21:15, Graeme Geldenhuys via Lazarus wrote:
> But like I also mentioned... "you might be lucky" in that that is theonly non NT4 API. If you are not so lucky, then there might be otherAPI's that also break NT4 support. In which case it might be worth usingan older LCL version for that application, or adding IFDEF's toLCL-Win32 to keep NT4 support going for a while longer. The amount ofeffort is up to the original poster of this thread.
There's actually two cases here. The first is where a statically-linked
entry point is not available, which can only be fixed by an IFDEF.
The second is where a function is available but not fully implemented,
and where the caller- i.e. code written by an FPC or Lazarus
contributor- isn't checking for an error in an ill-considered attempt at
efficiency.
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or colleagues]
More information about the Lazarus
mailing list