Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果这很明显,我提前道歉。我们正在研究使用 pybind 将 Python 绑定到我们的 C++ 代码。在我们发现问题之前,一切似乎都运行良好。我们的软件构建并链接各种静态库(主要是加载各种 DLL 的存根,如英特尔 IPP)。
为了澄清问题,C++代码调用了库中的函数,我不知道如何将这些库与pybind11链接,以便库中的代码可用。
我已经翻阅了文档和堆栈溢出,但根本找不到如何做到这一点。
如果这不明显且不易于回答,我可以在需要时提供 MWE。