Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-02-08 11:27:42


Aleksandar Fabijanic <aleskx_at_[hidden]> writes:

> Hi,
>
> Anyone has any experience or can point me to some
> resources on running reportlab from c++ using
> boost.python?

Well, you could always wrap a C++ function taking arguments of type
"boost::python::object", then pass Reportlab objects to this wrapped
function, and manipulate then in C++ through the "object" interface.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk