Hi there,
So I am wanting to use boost signals in my C++ program.
I add:
#include <boost/signal.hpp>
But I get this error when I build.
fatal error LNK1104: cannot open file 'libboost_signals-vc90-mt-gd-1_42.lib'
The lib file is not contained within my boost directory.
Typing 'libboost_signal' (with variations) into google hasn't helped.
Anyone encountered this problem before? Any help is greatly appreciated.