1_Dev/Delphi2017. 6. 16. 10:03

델파이에서는 winsock 컴포넌트를 기본으로 제공해 주지 않는다.

개인이 직접 설치해야 하는데, 엠바카데로 docs에서 설치법을 알려준다.


원문 : https://goo.gl/THjSs4



To install the socket components:

  1. Select Component > Install Packages.
  2. In the Install Packages dialog box, click Add.
  3. In the Add Design Package dialog, browse to C:\Program Files (x86)\Embarcadero\Studio\15.0\bin.
  4. Select dclsockets<nnn>.bpl, and click Open.
  5. Click OK to dismiss Install Packages dialog.
  6. The socket components (TClientSocket and TServerSocket) are listed in the Internet category of the Toot Palette.




Posted by minoo.lim