I'm new to boost lib and trying to compile a simple example about how the serialization works with boost library from http://www.boost.org/doc/libs/1_42_0/libs/serialization/example/demo.cpp
on compiling i get the linker error:
1>LINK : fatal error LNK1104: cannot open file 'libboost_serialization-vc80-mt-sgd-1_42.lib'
I also tried to copy and put the .lib file in project directory but the VS 8.0 complier can't still link to it.