$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eddielee_at_[hidden])
Date: 2004-09-05 11:09:45
You need to build boost::signals for your compiler in order to use it. It
does not work with just the .hpp file.
Brian Braatz wrote:
> I am using vc7.1 MS Visual Studio 2003.
>
> I have tried using the boost signals (boost/signal.hpp) library in
> both my application and a Visual Stuido project file using the
> signal_test.cpp file. (made a blank C++ win32 console app project
> file- and then added the include dir for boost- I did nothing else).
snipped...