Graeme Geldenhuys via Lazarus <lazarus@lists.lazarus-ide.org> schrieb am
Fr., 6. Apr. 2018, 20:29:

> On 2018-04-06 16:26, Reinhold via Lazarus wrote:
> > I compiled a lazarus project with lazarus 1.8.0 and 1.8.2. This error
> > occurs (s. appendix):
> >
> > With 1.6.4 is no problem.
> >
> > Is this a bug, or is Win NT4 out of time?
>
> It's not so much about Lazarus as far as I know, but more about which
> version of FPC (the compiler) you are using. You can install different
> versions of FPC and use them all with the same copy of Lazarus - I do
> this all the time.
>
> You probably need FPC 2.6.x or FPC 2.4.x to support NT4. I'm sure the
> wiki will tell you when which Windows versions got dropped. Search the
> wiki for the FPC changelogs.
>

If you'd look at the screenshot you'd see that the function FlashWindowEx
is missing. That one is not used by the RTL or the FCL and thus must be
used by the LCL.

Note: to check if other functions are missing as well you can use the
Dependency Walker (google it) *on* the system in question with the binary
in question.

Regards,
Sven

>
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to