Boost logo

Boost Users :

From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-02-05 17:30:04


Hi,

I'm using Visual Studio 9 on Windows. Up until I the inclusion of
<boost/signals.hpp>, my application linked fine. Now I'm getting the
following linker error:

*LINK : fatal error LNK1104: cannot open file
'libboost_signals-vc90-mt-gd-1_35.lib'

*Here is the order of my includes in my precompiled header:

#include <boost/timer.hpp>
#include <boost/function.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/bind.hpp>
#include <boost/array.hpp>
#include <boost/xpressive/xpressive.hpp>
#include <boost/signals.hpp>



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