Message-ID: <34455384.EA2AB6E9@add-inc.com> Date: Wed, 15 Oct 1997 18:36:36 -0500 From: arnold AT add-inc DOT com (Arnold, Josh) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Doh! Winsock stuff (again) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Sorry bout that last message, thought I was clicking the button to get mail, not send it. Anyway, I need access to the Windows connection. I've found WSock, however, as best as I can tell it doesn't use any standard API and there isn't any documentation with it which makes it kindof a pain. I also found libsocket, which apparently builds upon WSock, but he says that select() doesn't work and I need it. Does anyone know of any other alternatives? All I really want is a basic BSD sockets interface, but anything with documentation would be nice. Thanks. -Josh Arnold