Linking To Boost::python Using Visual C++ Express 10
I've built Python (3.2.1) and boost::python (1_47_0) under Windows with Visual C++ Express 2010. While boost::filesystem works fine, boost::python doesn't (these both require link
Solution 1:
You must define BOOST_PYTHON_STATIC_LIB
, if you want to use libboost_*
libs
Post a Comment for "Linking To Boost::python Using Visual C++ Express 10"