From: David R. <dre...@mo...> - 2002-06-11 13:28:56
|
There is a bug in "MS Threads & DLL Build" patch that prevents NDCs from working.=20 To fix it, in "include\log4cpp\threading\MSThreads.hh", line 155 change: TlsSetValue(_key, thing); To=20 TlsSetValue(_key, p); This hasn't been tested extensively; but it gets testNDC.cpp working. Regards,=20 David Resnick=20 MobileSpear Inc. |