I built boost latest version (64 bit, msvc-10.0). When using the libraries with my project getting following linker error:
error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?
Things checked: 1. Libraries are present in the path specified 2. Built 64-bit boost library 3. Using latest boost headers, etc..
Any suggestions?