$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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