5 Sep
2004
5 Sep
'04
4:09 p.m.
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...