pyd files are just dll files ready for python importing.
To distinguish them from normal dlls, I recommend .pyd not .dll in windows.
Here is the official doc about this issue:
http://docs.python.org/faq/windows.html#is-a-pyd-file-the-same-as-a-dll
pyd files are just dll files ready for python importing.
To distinguish them from normal dlls, I recommend .pyd not .dll in windows.
Here is the official doc about this issue:
http://docs.python.org/faq/windows.html#is-a-pyd-file-the-same-as-a-dll