2 Apr
2003
2 Apr
'03
8:12 a.m.
FYI, I've used boost::signals from 1.29.0 and 1.30.0 under BCB6 with no problems. The only (slight) issue for us is that they aren't thread safe, so have had to create our own wrapper around them to make them so. Apart from that, they work well. Cheers Russell Alisdair Meredith wrote:
Vaclav Vesely wrote:
Have you tried to use the Boost Signals library?
Tried it a while back, but either did not understand correctly or hit compiler (or IIRC, linker) issues.
It looks too similar to what I am attempting now though, so I will look again a.s.a.p. Thanks for the reminder.