Relative Content

Tag Archive for c++opencvwinsock2

WinSock2 cant start server with included OpenCV

There is code for a simple server on a socket
When launched, the program ends with the message “Error: Ucan’t accept client connection: 10022”.
If you remove the opencv header, then everything works correctly. What could be causing the error?