[C++-sig] Re: How can I use boost::python and Python API at the same time

David Abrahams dave at boost-consulting.com
Thu Oct 14 16:09:19 CEST 2004


"千里马肝" <tlovexyj at 21cn.com> writes:

> Hi,
> 	How can I use boost::python and Python API at the same time?

Just use them (?)  There's nothing to it.  You can find numerous
examples in the libs/python/test subdirectory of your Boost CVS tree
or in http://www.boost.org/libs/python/test/.

> 	So, Which lib is the right lib I must link? It's
> 	boost_python_debug.lib or boost_python_pydebug.lib?  Thanks for
> 	reply~

http://www.boost.org/libs/python/doc/building.html#variants should
answer your question.  If not, please ask.

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com




More information about the Cplusplus-sig mailing list