boost:asio ::UnregisterWaitEx has not been declared
问题 I am trying to compile a basic client/server C++ program in eclipse with #include <boost/asio.hpp> using MinGW on Win7 and I get: Description Resource Path Location Type '::UnregisterWaitEx' has not been declared zion line 106, external location: C:\boost_1_55_0\boost\asio\detail\impl\win_object_handle_service.ipp C/C++ Problem I included the path C:\boost_1_55_0 as well as the libraries boost_system and boost_asio. Console output: 14:00:24 **** Incremental Build of configuration Debug for