----- Original Message -----

> From: "Raghvendra Jain" <raghavendra.j...@gmail.com>
> To: "Development of Python/C++ integration"
> <cplusplus-sig@python.org>
> Sent: Monday, October 7, 2013 10:58:45 AM
> Subject: Re: [C++-sig] Building tutorial example out of the boost
> tree, on Windows

> Regarding your question, about building dll file, if you mean by
> boost_python-vc110-mt-gd-1_54.dll
> 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.

Hi Raghav; no, I seem to have that dll. I meant the dll that results from 
building the extension project itself -- I guess it's actually a .pyd; sorry 
for the confusion. 

Your link at garkavictor says to ignore bjam and b2 and just make a Visual 
Studio project to build the extension; I guess I will also try that next. (I am 
one of the maintainers of SCons, the python-based build tool; if I can make it 
build under VS I can probably also make it build under SCons, which would be 
cool.) 

Actually now that I am looking closely at your blog post, it is for going the 
other way ("embedding" rather than "extending") but I guess extending is 
similar, just make a DLL project and rename the output or something maybe? 

-- 

Gary Oberbrunner 
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to