Search code examples
delphiwindows-xpinet-ntop

Delphi Tokyo 10.2.2 - Packages do not load at runtime in Win XP


I'm using the new Delphi Tokyo 10.2.2 and, in my case, I use packages loaded at runtime.

Even making a simple example and requesting EXE to load only the RTL unit occurs a run-time error, only on the Windows XP operating system:

The procedure entry point inet_ntop could not be located in the dynamic link library WS2_32.dll.

Using Delphi Tokyo 10.2.1 the problem does not happen.

Any idea?


Solution

  • All,

    I was able to solve the problem by creating a package with all the necessary units embbed.

    Then the executable and the other BPL (modules) referring to this single new package.

    It worked again in win XP!

    Thank you all for the support