<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">Graeme Geldenhuys via Lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> schrieb am Fr., 6. Apr. 2018, 20:29:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2018-04-06 16:26, Reinhold via Lazarus wrote:<br>
> I compiled a lazarus project with lazarus 1.8.0 and 1.8.2. This error<br>
> occurs (s. appendix):<br>
><br>
> With 1.6.4 is no problem.<br>
><br>
> Is this a bug, or is Win NT4 out of time?<br>
<br>
It's not so much about Lazarus as far as I know, but more about which<br>
version of FPC (the compiler) you are using. You can install different<br>
versions of FPC and use them all with the same copy of Lazarus - I do<br>
this all the time.<br>
<br>
You probably need FPC 2.6.x or FPC 2.4.x to support NT4. I'm sure the<br>
wiki will tell you when which Windows versions got dropped. Search the<br>
wiki for the FPC changelogs.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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. </div><div dir="auto"><br></div><div dir="auto">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. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>