2 Sep
2004
2 Sep
'04
3:15 p.m.
On Aug 30, 2004, at 4:39 PM, Alain Cormier wrote:
Hi,
Just want to know *exactly* how to use boost::signals in a Qt project. I read this : http://www.boost.org/doc/html/ch06s04.html but I don't understand how to do it.
I try to recompile boost with : "-sBUILD=<define>BOOST_SIGNALS_NAMESPACE=signalslib".
After that, I try to directly change BOOST_SIGNALS_NAMESPACE in signals_common.hpp but didn't work neither.
Are you #defining BOOST_SIGNALS_NAMESPACE to signalslib when you're building your application? Some indication of how it failed would help. Doug