home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / tcpip / ibmpc / 7050 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.7 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!slc6!trier
  2. From: trier@slc6.ins.cwru.edu (Stephen C. Trier)
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: Winsock available?
  5. Date: 18 Dec 1992 19:05:42 GMT
  6. Organization: Case Western Reserve University, Cleveland OH (USA)
  7. Lines: 25
  8. Message-ID: <1gt7e6INNhj0@usenet.INS.CWRU.Edu>
  9. References: <1992Dec16.064550.16314@microsoft.com> <BzGuFA.4FG@cedb.dpcsys.org>
  10. NNTP-Posting-Host: slc6.ins.cwru.edu
  11.  
  12. In article <BzGuFA.4FG@cedb.dpcsys.org> dan@cedb.dpcsys.org (Dan Busarow) writes:
  13. >Are there any plans to develop a 'winsock' API library which could
  14. >be used by non-windows dos programs?
  15.  
  16. That would be nice, but part of the problem is that compatibility at
  17. the library level in DOS requires relinking an application for each
  18. version of the library.  One would need to define, rather than just
  19. library calls, an ABI, or Application Binary Interface, by which the
  20. application can communicate with the TCP.
  21.  
  22. This problem is solved in Windows by the dynamic linking Windows does
  23. when any program is loaded.  In Windows, every system call is really
  24. just a library call.
  25.  
  26. The big problem with developing an ABI for MS-DOS TCP is that most
  27. developers agree it would be great, as long as it is the ABI they
  28. developed for their own applications.  This obviously puts everyone
  29. else at a disadvantage.  So far, there has been only scattered support
  30. for a vendor-independent TCP binary interface for MS-DOS.
  31.  
  32. -- 
  33. Stephen Trier                      "We want to offer you a price that you
  34. Network software type               just can't afford to take advantage of."
  35. Case Western Reserve University         - Sales blurb from HSC Software
  36. trier@ins.cwru.edu
  37.