在windows下使用boost的时候遇到这个问题,需要编译一下。

在boost目录下运行bootstrap.bat

然后运行生成的b2.exe,时间有点久,耐心等待一下

编译完成后,添加路径

Project-->右键-->Properties-->C/C++-->General-->Additional Include Derectories-->增加boost的路径

Project-->右键-->Properties-->Linker-->General-->Additional Library Derectories-->增加boost下stage/lib的路径

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-12-26
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-06-16
猜你喜欢
  • 2021-12-02
  • 2022-12-23
  • 2021-05-30
  • 2021-12-20
  • 2021-04-24
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案