c++ - boost 错误 : not found boost_date_time-vc80-mt-1_41. dll

标签 c++ visual-studio-2008 visual-c++ boost boost-date-time

我需要运行使用 VS2008 boost 库的软件示例, 但出现以下错误:无法启动此应用程序,因为未找到 boost_date_time-vc80-mt-1_41.dll

我已经设置了 PATH 变量:

set PATH=C:\opt\boost-1_41_0\lib;

究竟是什么导致了这个错误?

谢谢。

最佳答案

您可以通过此链接在 VS 2008 中使用 Boost 库: http://smolsky.net/index.php/2009/12/08/building-boost

http://www.codeproject.com/Articles/11597/Building-Boost-libraries-for-Visual-Studio

希望它能解决您的问题。

关于c++ - boost 错误 : not found boost_date_time-vc80-mt-1_41. dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16338068/

相关文章:

c++ - 如何使用参数选项创建函数?

c++ - caffe cudnn 版本 4 & 5

C++:为什么 int array[size] 有效?

c++ - C++ 中的数组和合并排序?

c++ - VC++ 优化打破了与 NaN 的比较?

c++ - COM 初始化和在 Win32 C++ DLL 中的使用

c++ - 使用 PSAPI 时出现 MFC 错误

c++ - uint32_t 析构函数返回值

c++ - 查找预编译头文件时跳过

c++ - 来自 Win32 API 的 ReadFile 函数