2009/04/30

Boost::asio requires _WIN32_WINDOWS > 0x0400

Compier errors on QueueUserAPC occur in Boost.asio with VC7.1.

The QueueUserAPC is declareted in winbase.h with #if guard. The API is suppoeted by _WIN32_WINDOWS over 0x0400.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...