https://issues.apache.org/bugzilla/show_bug.cgi?id=44386
--- Comment #4 from David Bennion <[EMAIL PROTECTED]> 2008-06-17 11:21:57 PST --- I made updates to the readme inside the patch, but the long and short of this second patch is this: Visual Studio 2005 was forcing a library reference to a .dll in .NET Framework 2.0 which is really silly. So I built the dlls statically. They now work on systems without the .NET 2.0 framework. I also created an AppenderNT.jar so that users could take the contents of this patch and make their log4j work on 64 bit windows with nt event logging today, while we wait for this to be made part of a main release of log4j. Another minor change: there is no reason for the .dlls to be com dll's that need to be regsvr32'ed on the systems. So that has been removed. Should I assign this to someone specific to get them to review and add the changes to source control?? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
