From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP Winsock not cpp Date: Tue, 06 Jan 1998 18:30:13 GMT Organization: [posted via] Easynet UK Lines: 17 Message-ID: <34b0e3c1.4360753@news.easynet.co.uk> References: <01bd079f$81557da0$63206ccb AT ashod> NNTP-Posting-Host: foot.easynet.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 2 Jan 1998 07:15:06 GMT, "Ashod" wrote: >is there a winsock library for djgpp ( which hooks the win95 vxds), but >not in cpp, just C.. I've partially written one, called wnsck: http://users.ox.ac.uk/~mert0407/downloads/wnsck.zip I'm not sure how up-to-date the version above is though. It's based on Dan Hedlund's C++ library, and is meant to use standard Winsock names for functions, like socket(), bind(), connect(). sendto(), closesocket(), etc. Indrek Mandre has written a similar library which is probably more featureful. It's called libsocket, but I'm not sure of the URL.