home *** CD-ROM | disk | FTP | other *** search
/ Sams Teach Yourself C in 21 Days (6th Edition) / STYC216E.ISO / mac / DJGPP / v2tk / lsck074.txt < prev    next >
Text File  |  1999-09-10  |  2KB  |  61 lines

  1. libsocket 0.7.4 Whereabouts
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. libsocket Copyright 1997, 1998 by Indrek Mandre
  5. libsocket Copyright 1997-1999 by Richard Dawe
  6.  
  7. Portions of libsocket:
  8.     Copyright 1983-1993 Regents of the University of California
  9.     Copyright 1991, 1992 Free Software Foundation, Inc.
  10.     Copyright 1997, 1998 by the Regdos Group
  11.  
  12. libsocket is distributed under the terms of the GNU Library General Public
  13. License (the GNU LGPL).
  14.  
  15. Introduction
  16. ------------
  17.  
  18. libsocket is a BSD-socket library for DJGPP. It uses Windows's networking
  19. functions to provide TCP/IP networking services to DJGPP programs.
  20.  
  21. libsocket's home page is here:
  22.  
  23.     http://libsocket.tsx.org/
  24.  
  25. If this does not work for some reason, try here:
  26.  
  27.     http://www.phekda.freeserve.co.uk/richdawe/lsck/
  28.  
  29. Where are lsck074b.zip & lsck074s.zip?
  30. --------------------------------------
  31.  
  32. libsocket 0.7.4 is currently in an extended beta program. This is to
  33. debug and fix many of the bugs in the Winsock 2 support added to this
  34. version. Although libsocket 0.7.3 is the last non-beta, released version,
  35. it is arguably less stable than the betas of 0.7.4.
  36.  
  37. libsocket 0.7.3 will not work with Winsock 2, which means it will not run
  38. on Windows '98. It will also not work on Windows '95 after applying the
  39. Winsock 2 upgrade. See the FAQ off the libsocket home page.
  40.  
  41. The latest beta of libsocket can be downloaded from the v2tk/beta/
  42. directory of the DJGPP archive. The file name will be of the form
  43. 'ls074b<n>.zip', where <n> is the beta number.
  44.  
  45. But The Beta Releases Are Still Too Buggy For Me!
  46. -------------------------------------------------
  47.  
  48. In that case you may want to download a development version. Due to
  49. the (seemingly) slow pace of libsocket's development, the betas
  50. aren't released that often. A bug may have been fixed in the
  51. development version. To download the development versions, go here:
  52.  
  53.     http://www.phekda.freeserve.co.uk/richdawe/lsckdev/
  54.  
  55. I would greatly appreciate help with development of any form - code,
  56. documentation, testing, whatever.
  57.  
  58. Thanks, bye,
  59.  
  60. Richard Dawe <richdawe@bigfoot.com> 1999-09-10
  61.