Guten Tag Dalecki, Janusz,
am Mittwoch, 14. März 2018 um 04:40 schrieben Sie:
> Thanks for the reply. I have compiled my app and built log4cxx
> using Visual Studio 2017 – so they are coming from the same compiler.
Did you try using the macro as suggested? How did you build log4cxx?
As the access
Hi Thorsten,
I have solved the problem. It was my fault. I have compiled the Debug version
of my app with NODEBUG micro defined, but Debug version library of log4cxx was
correctly defined with the _DEBUG macro defined. After compiling my app with
the _DEBUG macro everything is working just fine.