vs 2010 can't find correct boost lib version?
I built boost with visual studio 2010. Libraries of *-vc100-* are generated correctly. When trying to using boost.thread, VS 2010 generated error message: can't find *-vc90-*.lib. Any idea and fixing? Thanks a lot.
AMDG Li, Tieniu wrote:
I built boost with visual studio 2010. Libraries of **-vc100-** are generated correctly.
When trying to using boost.thread, VS 2010 generated error message: can’t find **-vc90-**.lib.
Any idea and fixing?
What version of Boost are you using? In Christ, Steven Watanabe
from those lib extension ,it's correct for VS 2010.maybe you didn't add the
path in property/linker.
2010/4/27 Steven Watanabe
AMDG
Li, Tieniu wrote:
I built boost with visual studio 2010. Libraries of **-vc100-** are generated correctly.
When trying to using boost.thread, VS 2010 generated error message: can’t find **-vc90-**.lib.
Any idea and fixing?
What version of Boost are you using?
In Christ, Steven Watanabe
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
I have the same problem. Both boost 1.44 and 1.46. Steven Watanabe-4 wrote:
AMDG
Li, Tieniu wrote: > > I built boost with visual studio 2010. Libraries of **-vc100-** are > generated correctly. > > When trying to using boost.thread, VS 2010 generated error message: > can’t find **-vc90-**.lib. > > Any idea and fixing? >
What version of Boost are you using?
In Christ, Steven Watanabe
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- View this message in context: http://boost.2283326.n4.nabble.com/vs-2010-can-t-find-correct-boost-lib-vers... Sent from the Boost - Users mailing list archive at Nabble.com.
AMDG On 03/30/2011 12:37 PM, sirdavesir wrote:
I have the same problem. Both boost 1.44 and 1.46.
Please compile with -DBOOST_LIB_DIAGNOSTIC. That will tell you what auto-link is doing. If that says it's linking to vc10 libraries, it probably means that something in your project was built with vc9 and needs to be recompiled.
Steven Watanabe-4 wrote:
Li, Tieniu wrote:
I built boost with visual studio 2010. Libraries of **-vc100-** are generated correctly.
When trying to using boost.thread, VS 2010 generated error message: can’t find **-vc90-**.lib.
Any idea and fixing?
What version of Boost are you using?
In Christ, Steven Watanabe
participants (4)
-
Li, Tieniu
-
sirdavesir
-
Steven Watanabe
-
阮�黝�