David R. Palmer wrote:
But the compiler is looking for;
libboost_regex-vc80-mt-gd-1_34_1.lib(instances.obj) : error LNK2019:
unresolved external symbol
Shouldn't it be looking for the vc90 version?
Weeee...ll VC9 didn't exist when 1.34 was released so it knows nothing about
it: if you update boost/config/auto_link.hpp with the one from SVN
(http://svn.boost.org/trac/boost/browser/trunk/boost/config/auto_link.hpp)
that should fix that problem.
HTH, John.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Okay, I downloaded the auto_link.hpp and placed it in the C:\Program
Files\boost\boost_1_34_1\boost\config directory.