Boost logo

Boost Users :

Subject: Re: [Boost-users] Why my program always complains: cannot open file 'libboost_thread-vc80-mt-sgd-1_35.lib'?
From: Igor R (boost.lists_at_[hidden])
Date: 2008-12-25 06:48:44


> Question: How could I modify the project settings and make it link to
> 'libboost_thread-vc80-mt-gd-1_35.lib'?

Your project then must link dynamically CRT etc. Go to "Project
Options"-->"Configuration properties"-->C/C++-->Code generation, set
Runtime library to be mutlithreaded debug dll. If you use MFC/ATL, you
have to link them dynamically as well (Configuration
properties-->General).


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net