8 Jan
2004
8 Jan
'04
7:35 p.m.
Hi (again), Am Donnerstag, 8. Januar 2004 19:00 schrieb Russell Hind:
The first pitfall I hit using signals in a multi-threaded environment is that the signals lib by default (on win32 anyway) builds a single threaded library, NOT multi-threaded. You have to explicitly force a multi-threaded build for it using
<threading>multi
as a BUILD option of bjam.
HTH
Indeed, at least the demo code I have sent in works w/o any trouble now, thank you :-) I will try our project at work tomorrow and report back if there are still problems. BTW, I could not find this build option in the boost docs; am I blind? Thanks again Uwe