<div dir="ltr">Regarding your question, about building dll file, if you mean by <span style="color:rgb(102,102,102);font-family:'Courier New',Courier,monospace;font-size:13px;line-height:18px">boost_python-vc110-mt-gd-1_54.dll</span><div>

this dll (along with other dll and lib files) are generated after using build with b2. You just need to place it in your output directory in Debug folder.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Mon, Oct 7, 2013 at 11:53 PM, John Reid <span dir="ltr"><<a href="mailto:j.reid@mail.cryst.bbk.ac.uk" target="_blank">j.reid@mail.cryst.bbk.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 04/10/13 19:12, Gary Oberbrunner wrote:<br>
> Hi folks -- new to Boost.Python, old-school C/C++/Python developer.<br>
><br>
> I'm trying to set up Boost.Python 1.54.0 on Windows 7, python 2.7.3, Visual Studio 2010. I installed boost_1_54_0 using the VS10 installer, then built bjam using 'bootstrap; .\b2 toolset=msvc', then copied bjam into my $PATH.  I can build and run the quickstart and tutorial examples in the distribution (I had to add some MSVC lib dirs as library-path requirements in Jamroot, but that's OK). But when I copy the tutorial example to a different dir, not inside the boost distribution dir, to make it more like a real project, bjam gives build errors. I changed the use-project boost location in Jamroot to /local/boost_1_54_0/ which is where boost wanted to install itself, and added a simple one-line boost-build.jam (based on something I found online):<br>


<br>
</div>Have you tried pointing the use-project boost to the boost source<br>
directory rather than the boost installation directory? I don't think<br>
boost installs the projects, just headers and libraries.<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Cplusplus-sig mailing list<br>
<a href="mailto:Cplusplus-sig@python.org">Cplusplus-sig@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/cplusplus-sig" target="_blank">https://mail.python.org/mailman/listinfo/cplusplus-sig</a><br>
</div></div></blockquote></div><br></div>