Skip to content Skip to sidebar Skip to footer
Showing posts with the label Boost

Boost Python Export Singleton

I have a singleton (from boost::serialization): class LogManager : public boost::serialization::sin… Read more Boost Python Export Singleton

The Dll Created By Boost.python Cannot Be Imported (following Boost Python's Quickstart)

I'm trying to follow the instructions here to use the Boost.Python. The source code is in that … Read more The Dll Created By Boost.python Cannot Be Imported (following Boost Python's Quickstart)

What Happens During And After Boost::python::import?

The Boost documentation does not specify this. When I use boost::python::import, where exactly is t… Read more What Happens During And After Boost::python::import?

Cannot Link Boost.python With Mingw

I have already build boost.python lib by mingw,Got two lib files: libboost_python-mgw45-mt-1_46_1.… Read more Cannot Link Boost.python With Mingw

Cannot Build Boost Python Library (fatal Error: Pyconfig.h: No Such File Or Directory)

I am trying to build the boost python library on my ubuntu. However, when I execute ./b2 --with-py… Read more Cannot Build Boost Python Library (fatal Error: Pyconfig.h: No Such File Or Directory)

Boost.python Python Linkage Error

I'm running Mac OS X 10.8.4 (Darwin 12.4.0) with the lastest Boost distribution (1.55.0). I'… Read more Boost.python Python Linkage Error

How To Wrap Functions Overloaded By Type?

Suppose there is a class MyArray which implements an array of SomeType. It is written in C++ and wr… Read more How To Wrap Functions Overloaded By Type?

Using Unique_ptr With Boost Python - Boost::shared_ptr Works But Unique_ptr Doesnt

This may be the same issue as Boost Python No to_python for std::unique_ptr However, i haven't … Read more Using Unique_ptr With Boost Python - Boost::shared_ptr Works But Unique_ptr Doesnt