fatal error LNK1104: cannot open file 'libboost_system-vc90-mt-gd-1_43.lib'

后端 未结 7 1018
既然无缘
既然无缘 2020-12-13 07:04

Made a new project, added main.cpp and wrote the code at this URL:

http://www.boost.org/doc/libs/1_43_0/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp

7条回答
  •  时光取名叫无心
    2020-12-13 07:47

    I had the same error and i followed the SourceForge. The link will take you to a folder of zipped lib and dll files for version of boost.You can download and unzip related library and when copied it to the related location everything gonna be alright ;)

提交回复
热议问题