Hi, is there a socket library besides WINSOCK that I can use with Dev-C++. I don't have a <sys\socket.h> include. Is there a devpak that I can get, or am I doomed to WINSOCK?
TheBeast32 54 Posting Whiz in Training
Recommended Answers
Jump to PostNo win32 based compiler is going to have sys/sockets.
Read "beej" to find out how to do socket programming in win32.
In particular the "Note for Windows Programmers".
Jump to PostDid you read the FAQ I posted?
Is cygwin an option for you?
And what is the problem with WINSOCK anyway? I mean, once you get past the WSAStartup bit (easy to hide), the send() and recv() stuff works pretty much the same.
All 6 Replies
Freaky_Chris 299 Master Poster
TheBeast32 54 Posting Whiz in Training
Salem 5,265 Posting Sage
TheBeast32 54 Posting Whiz in Training
Salem 5,265 Posting Sage
TheBeast32 54 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.