$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris Skidan (bskidan_at_[hidden])
Date: 2002-07-08 18:57:39
I'm building Python extension dll. I've created a simple Win32 dll project.
Why BOOST_PYTHON_NO_TEMPLATE_EXPORT isn't defined in boost/python/detail/config.hpp for MSVC?
I'm using Boost version 1.28.0, MSVC6.
I also get a lot of C4275 and C4251 warnings.
I build using VisualStudio, not bjam. Is there any special settings I should set for my project?
Thanks,
Boris Skidan