RE: Exception when calling logger->info() method

2018-03-14 Thread Dalecki, Janusz
. Regards, Janusz -Original Message- From: Thorsten Schöning Sent: Thursday, 15 March 2018 6:14 AM To: Log4CXX User Subject: Re: Exception when calling logger->info() method Guten Tag Dalecki, Janusz, am Mittwoch, 14. März 2018 um 04:40 schrieben Sie: > Thanks for the reply.

Re: Exception when calling logger->info() method

2018-03-14 Thread Thorsten Schöning
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

RE: Exception when calling logger->info() method

2018-03-13 Thread Dalecki, Janusz
Hi, Thanks for the reply. I have compiled my app and built log4cxx using Visual Studio 2017 – so they are coming from the same compiler. Regards, Janusz From: Robert Middleton Sent: Wednesday, 14 March 2018 1:27 PM To: Log4CXX User Subject: Re: Exception when calling logger->info() method

Re: Exception when calling logger->info() method

2018-03-13 Thread Robert Middleton
Two quick thoughts: 1. Have you ensure that the log4cxx dll and your application were compiled with the same version of cl.exe? MS likes to change ABI compatibility between versions and odd bugs like this can come up when calling across the DLL boundary. 2. Is there a reason you a