Boost Python is required to include the system (MSVC) Python headers that // define _snprintf as a macro under the circumstances // #define HAVE_SNPRINTF // Define this macro as a workaround to fix the compile error #include <boost/python.hpp> // 4. Now we can observe that the follow...