Hi, I tried it already, and then I changed it back to what you see now. I still get the runtime error "pure virutal function call".
-Hemant -----Original Message----- From: Michael CATANZARITI [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 5:47 PM To: Log4CXX User Subject: RE: Memory Leaks in Log4cxx Heman, I think I have understood the problem. On line 29, please change Logger *pMylogger = Logger::getLogger(_T("MgmtServer")); by LoggerPtr pMylogger = Logger::getLogger(_T("MgmtServer")); and let us know if it works. Micha�l Selon Hemant <[EMAIL PROTECTED]>: > Hi, > Sorry about the file. This is the latest version of the file. I have > attached it again. > > -Hemant > > -----Original Message----- > From: Christophe de VIENNE [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 27, 2004 4:01 PM > To: Log4CXX User > Subject: Re: Memory Leaks in Log4cxx > > > Hi, > > > Hemant wrote: > > >Hi, > >I have installed log4cxx library on Windows xp. I have used the dll as well > >as the static version of the library. I am almost certain that there are > >memory leaks in the library. > > > > > > Could you be more precise about the memory leak(s) ? What make you think > that and do you have presumption on where ? > > > >Also when I used the dll version of the library I get a runtime error > saying > >"pure virtual function call" error no. R6025. > > > > > > On which function call ? > > >Do you have any fix for the memory leaks as well as the above mentioned > >error. > > > > > > I don't know about it. > > > Cheers, > > Christophe >
