
----- Original Message ----- From: "Andrey Semashev" <andrey.semashev@gmail.com> To: <boost@lists.boost.org> Sent: Thursday, March 18, 2010 6:35 PM Subject: Re: [boost] [log] Boost.Log formal review closing down
On 03/18/2010 01:10 AM, vicente.botet wrote:
mc is not present in MinGW, GCC or MSVC Express. You would have to install Windows SDK or full MSVC to get it. The mc tool is expected to be present in MSVC 10 Express. I have added the note to the docs in trunk about that.
What this tool does, and can the library work without? Could this be used conditionaly?
It is the Message Compiler. It is required for the Event Log backend on Windows.
Could this be used conditionaly?
Not right now, I'm afraid. But I have plans of improving configurability of the library.
Great. Let me know when the library will be able to run on platforms not supporting wide chars, without dependencies to external tools (mc) and in single thread. Thanks, Vicente