문제

I'm using MinGW on Win 7. I'm triyng to compile C++ code using WsaIoctl. However, I got the error

undefined reference to `WsaIoctl'

I use -lwldap32 -lws2_32 -lwsock32 -lmswsock flags.

Thanks for advice, Slava

도움이 되었습니까?

해결책

There's no win32 function called WsaIoctl. You need WSAIoctl

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top