From: Bastiaan B. <Bas...@li...> - 2002-06-11 13:53:58
|
Hi David, Thanks for the report. Since you are actually using Aaron's patch, would you mind spending some time on merging it? Aaron didn't have time to do it himself, and I don't want to blindly merge it myself without any way to check it or fix problems (I don't have MSVC++). It should be too much work: just a merge to the CVS trunk and few iterations of test builds and adaptions based on feed back. Cheers, Bastiaan PS. Any other MSVC++ volunteers are welcome to help too of course! PPS. David, your log4cpp-devel list address contains single quotes where it shouldn't. This may cause your mail to bounce. On Tue, 2002-06-11 at 16:28, David Resnick wrote: > There is a bug in "MS Threads & DLL Build" patch that prevents NDCs from > working. > > To fix it, in "include\log4cpp\threading\MSThreads.hh", line 155 change: > > TlsSetValue(_key, thing); > > To > > TlsSetValue(_key, p); > > This hasn't been tested extensively; but it gets testNDC.cpp working. > > Regards, > > David Resnick > MobileSpear Inc. > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel |