Re: [Log4cplus-devel] Windows Service exits with 0xc000007b
Logging Framework for C++
Brought to you by:
wilx
|
From: Václav Z. <vha...@gm...> - 2013-06-21 17:49:25
|
On 06/21/2013 07:29 AM, Stoll Ulrich, CH wrote: > I forgot to mention that I used the static lib. This one fails even with 1.1.1. > > In the meantime I switched to the dll and it works now. It is good to know it is not completely broken for use in a service. It would still be nice to know why it is failing for you. -- VZ > > -----Original Message----- > From: Václav Zeman [mailto:vha...@gm...] > Sent: Donnerstag, 20. Juni 2013 17:39 > To: Stoll Ulrich, CH > Cc: log...@li... > Subject: Re: [Log4cplus-devel] Windows Service exits with 0xc000007b > > On 20 June 2013 12:36, Stoll Ulrich, CH <Ulr...@au...> wrote: >> I have a Windows Service written VC10. It contains managed and >> unmanaged code. >> >> >> >> It works fine with log4cplus 1.0.4. However, after upgrading to >> log4cplus 1.1.0, it fails with 0xc000007b. > Is this failure at run time or during startup? IOW, does it even load the log4cplus.dll? If this is during run time, could you obtain a stack trace? > >> >> >> >> I need 1.1.0 or higher because of the syslog appender. > Have you tried 1.1.1? |