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 specify the folder to the python lib too. * Including the boost python headers will automatically cause the stub lib to be linked against.
This is from memory so might be missing out a step or two. Hope this helps, Brian 2009/11/25 Simon Pickles <sipick...@googlemail.com> > 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 >
_______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig