Re: Abstraction and static

2006-02-22 Thread Josh Clark
I did the same thing.  Here is the interface I made we use.  I'll leave the implementation as an exercise for the reader :)-- #pragma once     Logging Framework   --     Logging - The

Re: Mpr.dll Unresolved Import

2006-01-10 Thread Josh Clark
MPR.dll is delay loaded.  You should see an hourglass next to the red icon for MPR.dll.  You shouldn't need it for log4cxx to run.  On 1/10/06, Combes, Chris M. <[EMAIL PROTECTED]> wrote:After building log4cxx-0.9.8, if I run depends.exe on the resultantlog4cxx.dll file, I get the following error

Re: Memory leak with ThreadSpecificData

2005-11-10 Thread Josh Clark
Has anything else happened with this issue?  On 10/20/05, Curt Arnold <[EMAIL PROTECTED]> wrote: On Oct 18, 2005, at 8:10 AM, Steindl Christian wrote:> Hi,>> I use the VLD (visual leak detector) with my applications and log4cxx> and noticed quite some memory leaks. Well, in my specific > applicat