fatal error LNK1104: cannot open file 'libboost_regex-vc90-mt-gd-1_42.lib'

前端 未结 4 1991
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 15:34

i\'m trying to use boost regex within my program the problem is i get this error... the only installation step i did was to add: \"C:\\Program Files\\boost\\boost_1_42\" int

4条回答
  •  一向
    一向 (楼主)
    2020-12-29 16:22

    Have you installed the multithreading debug version of Boost? If not, please do so. Otherwise check your library path (in the project preferences) so that it includes the path to the file mentioned in the error message.

提交回复
热议问题