Main.obj : error LNK2001: unresolved external symbol _WSACleanup@0
Main.obj : error LNK2001: unresolved external symbol _WSAStartup@8
Do you now how to solve this? Thanks for any help :)
Printable View
Main.obj : error LNK2001: unresolved external symbol _WSACleanup@0
Main.obj : error LNK2001: unresolved external symbol _WSAStartup@8
Do you now how to solve this? Thanks for any help :)
Are you linking your program with ws2_32.lib?
Thanks a lot :)