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

后端 未结 7 975
既然无缘
既然无缘 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:57

    In Visual Studio, right-click on your project, then go to properties and select:

    Properties -> Configuration Properties -> Linker

    There you add the full path of your library in the tab named "Additional Library Directories".

    0 讨论(0)
提交回复
热议问题