Delphi Seattle Problems with Sockets

Asked

Viewed 195 times

0

[Delphi Seattle] I have a Unit that has uses in Sockets (from a source that was in Delphi XE2), uses does not recognize.. does anyone know how to proceed? Obs: Ai without these uses I have more problems because it does not recognize the Tcustomipclient..

2 answers

1

The library is not installed by default, but is available in Delphi fonts. For this just install the bplequivalent to the version you are using, usually in the bin folder.

In the Tokyo version the bpl is the dclsockets250.bpl understand that this 250 is the version.

Source: Embarcadero.

  • I’ve done it, but the uses is not yet found..

1


I don’t know if it’s at all but in Tokyo the only Unit I have with this class is Web.Win.Sockets

It’s not in the default project (I may not have installed something with the IDE) but it’s in the samples that come with the IDE, something like

C:\Users\Public\Documents\Embarcadero\Studio\19.0\Samples\Object Pascal\VCL\InetWinSockets\Web.Win.Sockets.pas

I hope it helps

  • I will try yes. I had heard that I had changed, but I did not know that it was not in the project..

Browser other questions tagged

You are not signed in. Login or sign up in order to post.