Danny Smith <dannysmith@clear.net.nz> writes: > Yes that's right. We need a DLL in there to notify when thread > terminates so we can do EH cleanup. Side note: for Java-created threads we can detect thread death with a finally block at the end of Thread.start(). I never bothered doing this, but it might be a nice feature. - a