hi guys,

i have managed to compile the dos way, and now am trying to use visual studio.

i compiled the boost_python project and made my own hello world project depend on it using visual studio.

it compiles fine, but my question is where is the .pyd file?

as far as i understand i need to move the created dll to the dll directory in python installation, but in the dos example a .pyd file is create..

cheers