Re: Status of log4cxx under Windows using VS 2010

2014-03-21 Thread Oscar Pernas
Hi, I've compiled log4cxx in vs2010 following the same HOW-TO. Everything went fine, dll was generated. My problem started when I was linking with my app, I had some weird errors like already defined object std::vector, resolved including log4cxx.h in my files that was failing. Now, If I start

Re: Status of log4cxx under Windows using VS 2010

2014-03-21 Thread Thorsten Schöning
Guten Tag Oscar Pernas, am Freitag, 21. März 2014 um 10:19 schrieben Sie: I've compiled log4cxx in vs2010 following the same HOW-TO. I would suggest using a current trunk with ANT following the official docs, there shouldn't be any changes to the code necessary anymore to successfully compile.