MFC ASSERT in dllinit.cpp line 703 when using Boost.Log
Hi,
I receive an assertion, when I try to use Boost.Log in one of my DLLs.
I have a tools.dll, which contains my logging facility and I tried to implement to logging stuff with Boost.Log.
This tools.dll is referenced by another helper.dll and both DLLs are used in the application.
However, when I start the application, I get the famous ASSERT.
This happens with Boost 1.54 and Boost.Log as well as with Boost 1.48 and Boost.Log 1.1.
I've digged through lots of mailing lists and old postings today.
What I understood so far, there's an issue with _pRawDllMain pointer in Boost.Thread, some suggested commenting it out in #include
participants (1)
-
Simon Martin