Boost logo

Boost Users :

Subject: [Boost-users] Getting started with boost: Linker error on boost::system::get_system_category
From: Alex Black (alex_at_[hidden])
Date: 2009-06-30 17:14:03


I'm just getting started with boost:
- I'm using boost::asio
- I'm on Vista x64, using Visual Studio 2008 SP1
- I built the x64 libs using bjam --address-mode=64 ....
- I've got my code compiling (but not linking)
- I got it pointed to the libs, so it finds the datetime, regex lib etc
 
I get these errors:
 
Error 84 error LNK2001: unresolved external symbol "class
boost::system::error_category const & __cdecl
boost::system::get_system_category(void)"
(?get_system_category_at_system@boost@@YAAEBVerror_category_at_12@XZ)
 
Error 85 error LNK2001: unresolved external symbol "class
boost::system::error_category const & __cdecl
boost::system::get_generic_category(void)"
(?get_generic_category_at_system@boost@@YAAEBVerror_category_at_12@XZ)
 
any tips?
 
thx
 
- Alex



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net