oh cause when i build boost for msvc i did it with layout=system so autolink can't find it unless theirs an update or fix to it.
chun ping wang wrote:You're seeing multiple runtime libraries being linked against. It implies
>> Hi i get the following linker error when compling a program that
>> links to boost-thread.
that one or more of your object files and/or libraries was built with
different code generation options than your application.
Why not let the auto-link code find the correct VC library build for you
rather than link against your own build of libboost_thread ?
HTH, John.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users