C1083: Cannot open include file: 'sys/socket.h': No such file or directory

I am trying to build a project using Qt creator tool in windows but when I built it , I got this error: error: C1083: Cannot open include file: 'sys/socket.h': No such file or directory

So do I have to download this library? but i did not find it

I am using Qt in order to open a tool called netanim used for NS3 tool


Thanks in advance
That's a Unix library. I think Winsocks has functions with matching semantics, or you can try porting using Cygwin.
Thank for your reply

I have fixed this error, but I got another error

error: C1083: Cannot open include file: 'xercesc/util/XMLString.hpp': No such file or directory

any idea how to solve it ?
Topic archived. No new replies allowed.