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.
我目前有一个 C++ dll 文件,其中导出的方法已在 .def 文件中定义。我在项目中也使用了一些 boost shared ptr,我收到了这个错误。
Mixing a dll boost library with a static runtime is a really bad idea.
谁能解释一下这是什么意思。这个链接讨论了这个问题,但我还是不明白。这是否意味着我不应该在我的 dll 文件中使用任何 boost 库?任何建议将不胜感激。