Now I update the boost lib to version 1.49, although the document said:
The Boost Pool library is a header-only library. That means there is no .lib, .dll, or .so to build;
But when I compile my project, here it is the error information:
2>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_49.lib'
I googled for answer, but nothing helpful.
Does Anyone know the reason?






