Hi > The problem with the user-defined message is ofcourse that it needs a > HWND, which is very specific for windows. I have solved other (win32) > threading problems this way, and it worked fine - but cross-platform > threading seems to be a hard problem.
Were you able to use boost, time locked condition variables would allow you to do this. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download.
