For some reason I cannot get any winsock applications running that I compile on dev-c++. I'm using wsock32.lib but when I run the program I get the message "linked to missing export Wsock32.dll." Needless to say I do have the dll.
This is a discussion on winsock and dev-c++ within the Windows Programming forums, part of the Platform Specific Boards category; For some reason I cannot get any winsock applications running that I compile on dev-c++. I'm using wsock32.lib but when ...
For some reason I cannot get any winsock applications running that I compile on dev-c++. I'm using wsock32.lib but when I run the program I get the message "linked to missing export Wsock32.dll." Needless to say I do have the dll.
See if it works with the Winsock2 Version.
WS2_32.lib
Well I don't have the lib. Can any of you kind people send me ws2_32.lib at master5001@techemail.com?
Actually, Dev-C++ carries the lib under the name libws2_32.a.
"Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C
Fantastic. That works. Big thanks to johnnie2!!