Have you actually managed to build this on Windows? I've tried to build using MSVC++6.0, and after defining the integer types required (as there is no stdint.h file supplied), I have got a whole host of unresolved symbol errors from the linker. I'm trying to build the echod test application.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you actually managed to build this on Windows? I've tried to build using MSVC++6.0, and after defining the integer types required (as there is no stdint.h file supplied), I have got a whole host of unresolved symbol errors from the linker. I'm trying to build the echod test application.
Sorry, I only test it with MinGW and GCC.
If you are getting unresolved symbol errors, check if you aren't missing any lib (i.e. ws2_32.lib).
If you don't want to build it as a library, you can simply compile together sockaddr.cpp, sockbase.cpp and sockcommon.cpp in your program.