home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / LCSIPPT / README.TXT < prev    next >
Text File  |  1995-04-11  |  2KB  |  42 lines

  1. TIPPort WINSOCK component V1.1 ShareWare
  2. ----------------------------------------
  3.  
  4. This Component is for all those people wishing to make DELPHI based
  5. network programs. Two levels of interface are provided, one for simple
  6. access when the componenent is a single connection or listening port,
  7. the other for advanced projects where multi-connections are required or
  8. for the programmer who wishes to do more complex interactions with the
  9. sockets sub-system. All sockets use Asyncronous notifications, via events,
  10. to allow the programmer to make non-blocking programs. This component is
  11. dynamically linked to WINSOCK.DLL and therefore does not hold this DLL
  12. open whilst designing projects within DELPHI.
  13.  
  14. Requires a 16-bit WINSOCK.DLL which is provided by 3rd Parties
  15. eg (Trumpet 2.0b) or Microsoft. This has been tested with Trumpet 2.0b.
  16.  
  17. A Sample program of Finger with GetNetTime are included to to demonstrate
  18. the use of this component.
  19.  
  20.  
  21. To install these components, we suggest that you create a new
  22. sub-directory of your main delphi directory (e.g. c:\DELPHI\cmpnts
  23. where c is the drive where you installed Delphi), and extract all
  24. the files in the ZIP file into it.  After that add this directory
  25. to your LIB search list (Options/Environment - Library) and then
  26. add the component IPPORT.DCU and rebuild your Delphi library 
  27. (remember to back up your old one as a precaution - better safe than sorry).
  28. Do not add LICINFO.DCU which is used by this components to carry out 
  29. licensing checks.
  30.  
  31. If you find this components useful, please contact us at the
  32. above Compuserve Id for registered versions, and further
  33. information.
  34.  
  35. Lenham Computer Services Limited
  36. 9 High Street
  37. Lenham
  38. Kent
  39. ME17 2QD
  40. UK
  41.  
  42. CompuServe ID [72773,2016]