Re: [C++-sig] building modules with MSVC

2009-11-25 Thread Brian O'Kennedy
It's certainly possible. * Create a project in Visual Studio, set the output type to DLL. * Go to Linker->Output and name the DLL as mymodule.pyd (pyd's are just DLLs on Windows). * Set the Additional Library paths to where you keep your boost python stub lib for linking. * You might need to speci

[C++-sig] building modules with MSVC

2009-11-25 Thread Simon Pickles
Hi, Is it possible to build boost::python modules using MSVC as opposed to bjam? I'd like MSVC to output a pyd of course. Thanks Simon ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig