I have included the header file <Ws2tcpip.h> inside the creatwth.cpp and linked Ws2_32 library using #pragma comment(lib, "Ws2_32.lib")
However, when I call the function "InetPton", it's giving me the error " 'InetPton': identifier not found".
Can someone help me please !
I have included the header file <Ws2tcpip.h> inside the creatwth.cpp and linked Ws2_32 library using #pragma comment(lib, "Ws2_32.lib")
However, when I call the function "InetPton", it's giving me the error " 'InetPton': identifier not found".
Can someone help me please !