home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d3456 / SYNAPSE.ZIP / README.txt < prev    next >
Text File  |  2001-02-10  |  1KB  |  44 lines

  1. Synapse
  2. The synchronyous socket library.
  3.  
  4. File content:
  5.  
  6. 1.) About Synapse
  7. 2.) Distribution package
  8. 3.) Installation instructions
  9. 4.) Usage notes
  10.  
  11. Synapse homesite is at http://www.ararat.cz/synapse/
  12. Contact: geby@volny.cz
  13.  
  14. 1.) About Synapse
  15.  
  16. SYNAPSE library aims to create complete library of classes and functions 
  17. that would markedly simplify application programming of network communication 
  18. using Winsock.
  19.  
  20. 2.) Distribution package
  21.  
  22. Package must be unpacked with subdirectories.
  23. There are these derectories:
  24.  
  25. \Html               - Off-line version of Synapse support WEB
  26. \Source             - Synapse source code
  27. \Source\Lib         - shared units
  28. \Source\Demo        - Synapse demo applications
  29.  
  30.  
  31. 3.) Installation instructions
  32.  
  33. There aren't any difficulties with current distribution other than add
  34. \Source\Lib directory to library or search path.
  35.  
  36. 4.) Usage notes
  37.  
  38. Simply write BLCKSOCK to USES section in your source code 
  39. (or any other unit from package, when you need it).
  40. To read documentation, simply open INDEX.HTM file (in HTML subdirectory)
  41. on your HTML browser.
  42.  
  43. Last update 10.02.2001
  44.