
3 Aug
2004
3 Aug
'04
5 a.m.
"Aaron W. LaFramboise" <aaronrabiddog51@aaronwl.com> writes: <snip several complete quoted messages>
The DllMain() or tls_callback() functions call on_thread_enter() for both the DLL_PROCESS_ATTACH and the DLL_THREAD_ATTACH messages, and they call on_thread_exit for both the DLL_PROCESS_DETACH and DLL_THREAD_DETACH messages.
This scheme seems a little cleaner and so far seems to be working OK. Any thoughts about this?
Yes I think reference counting seems like a good idea here.
Please limit the amount of quoted text in messages. http://www.boost-consulting.com/boost/more/discussion_policy.htm -- Dave Abrahams Boost Moderator