Questions tagged [pyd]

Pyd is a library for the D programming language that wraps the raw Python/C API with a cleaner, simpler interface. It makes exposing raw D functions and classes to Python almost trivially simple. It bears certain similarities to Boost.Python, and indeed Boost.Python is a major influence on Pyd.

91 questions
-1
votes
1 answer

CMake doesn't create .pyd not .dll file. Why is that?

I am currently trying use pybind11 to connect my C++ code on my Windows 10 machine to my Python code. But when I open the cmake-gui it comiles successfully, but doesn't create the expected .pyd file. CMakeLists.txt cmake_minimum_required (VERSION…
1 2 3 4 5 6
7