Delphi IPv6 Socket Component Update
Modified Delphi classes TServerSocket and TClientSocket to support IPv6 protocol, renamed as TIPV6ServerSocket and TIPV6ClientSocket respectively. Usage remains the same; set IPVer property before activating the socket. Includes a simple example of text transmission using TIPV6ServerSocket and TIPV6ClientSocket. Install the component (source file scktcompip6.pas) before opening the example program. Add the component's source folder to the search path if 'scktcompip6' file not found error occurs during compilation. Two versions provided: lower version tested on Delphi 6 and 7, higher version tested on Delphi XE7. Difference lies in single-byte Char type for lower version and double-byte Char type for higher version.
301.57KB
文件大小:
评论区