Nieuws

I encountered similar issues with the "standard" Windows Python install package, which has both the release and debug python libraries/DLLs. I build my app with CMake and boost-python, and actually ...
I am building with CMAKE_BUILD_TYPE=Debug, if I build in Release it does work however (I assume both Python and pybind11 choose the release version of python) Yes, both python310.lib and ...