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

Posted by Poni on Stack Overflow See other posts from Stack Overflow or by Poni
Published on 2010-05-22T19:03:06Z Indexed on 2010/05/22 19:10 UTC
Read the original article Hit count: 980

Filed under:
|

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

Also, added the appropriate include path.

What's next?!?!! It seems like a darn mystery to build a boost code!

Been digging on it for more than 10 hours.

Can anyone give a straightforward answer on how to build the boost library from the code under windows, VC9?

God bless you all.

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost