From: David R. <dre...@mo...> - 2002-06-17 07:44:08
|
Hi all, I've merged Aaron Ingram's patch for MS Threads and DLL build. I've also added a new appender, NTEventLogAppender.=20 Here's a more detailed list of changes/additions, as written to the ChangeLog: * Merge of MS Threads & DLL Build support patch by Aaron Ingram <ai...@ya...> with these changes: * src/main.cpp renamed to src/DllMain.cpp * Run-time library used for log4cppDLL changed to Multithreaded DLL (fixed need for #pragma warning(disable:4275)) * pragma directives moved from various headers to include/log4cpp/Portability.hh. * include/log4cpp/threading/MSThreads.hh: reset(): TlsSetValue uses parameter value instead of deleted one. =20 * include/log4cpp/NTEventLogAppender.hh, src/NTEventLogAppender.cpp, msvc/NTEventLogAppender.mc, tests/testNTEventLog.cpp: added NTEventLogAppender. =20 * msvc/testMain/testMain.dsp, msvc/testNTEventLog/testNTEventLog.dsp added.=20 Please checkout these changes and post any problems you encounter with them. Regards,=20 David Resnick=20 MobileSpear Inc.=20 |