$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-06 17:27:00
----- Original Message -----
From: "sfranke2000" <franke_at_[hidden]>
> During the last hour I've build a release version of our app
> containing Boost.Python. I hadn't done this before since it
> required a lot of configuration changes - I had planned to use
> Python only in our debug version.
>
> And....... it works! Finally!
>
> So the problem with the unresolved external seems to appear
> in only when using BOOST_DEBUG_PYTHON to compile the bp lib.
>
> But why? I see that BOOST_DEBUG_PYTHON is only used in
> wrap_python.hpp to switch the python version. How can this
> affect the compilation of conversions.obj and types.obj?
I think you must be doing something else differently as well. What I said in
a previous message about the static and dynamic versions of the library
still holds.
Regards,
Dave