Hi, On Mon, Jun 7, 2010 at 2:52 PM, Philip Jonientz - NEXPLORE AG <p...@nexplore.ch> wrote: > error LNK1104: cannot open file 'boost_python-vc100-mt-1_42.lib' > > > > which is strange since I built v1.43 and the lib files are existent. > > I wonder where the linker looks for 1.42?
It's hard to tell without more information, but the boost headers use the auto-linking feature of Visual Studio (unless you define BOOST_ALL_NO_LIB). If you accidentally include an older boost header, something like this could easily happen. Hope this helps, Thomas _______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig