Hi all, I create an empty C++ project with VS2010. Config boost and thrift include/lib folders. Add cpp tutorials files into project(CppServer.cpp, Calculator.cpp, shared_types.cpp, SharedService.cpp and tutorial_types.cpp)
But when running it, it reports error "The procedure entry point WSAPoll could not be located in the dynamic link library WS2_32.dll" I tested it against both of boost 1.47 and 1.49. None of them works. My test environment is 32bit windows xp. VS project file is attached. Regards, zlf
