$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Boost.Python example for Windows XP
From: Andreas Pfister (andreasp_at_[hidden])
Date: 2017-02-06 11:00:31
Hi,Â
I am trying to create a python module compatible with windows xp. Â I ported my solution from Visual studio 2012 to Visual studio 2015. With the new version I cannot build a python module which can be loaded on a windows xp system.Â
The module seems to have a dependency to api-ms-win-core-synch-l1-2-0.dll which is part of the visual studio runtime. However, i used static runtime when compiling boost and compiling my test module.Â
The question is: Can someone give me a step-by-step instruction to build the boost.python examples using visual studio 2015 such that they are compatible with Windows XP (without installing the msvc redistributable package).Â
Thank you!