$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-02-11 11:31:55
On Feb 11, 2008 10:15 AM, David Abrahams <dave_at_[hidden]> wrote:
>
> In my original reply I referred you to
> http://www.boost.org/libs/python/doc/building.html where "embedding" is
> described. If that doesn't tell you what you need to know, please ask a
> more detailed question so I know how to help you.
Yes, their description of embedding is exactly what I'm trying to do. Sorry
for the confusion. However, I didn't find any code examples on that page. Do
I just use Boost.Python to expose my C++ functions and call them from the
script without importing any packages?
Thanks for your response.