26 Apr
2002
26 Apr
'02
6:23 a.m.
[...]
Likely what's causing you grief is that the thread_specific_ptr<> implementation uses a mutex, and locking a mutex within DllMain is verboten (it causes deadlocks). A similar problem was pointed out a few weeks ago about creating threads in DllMain. I'll be looking into ways to fix this, but in some cases there may simply be no solution.
Ah ok. Since by now more problems have surfaced we are trying another route. But thanks for the explanation. Sven.