Re: Status of log4cxx under Windows using VS 2010

2014-03-18 Thread Joseph Fradley
I hit another roadblock. I'm trying to create an AsyncAppender with a ConsoleAppender attached (programatically for now). Once I call logger->addAppender(asyncAppender) I get an access violation exception: "Unhandled exception at 0x0fd39f81 (log4cxx.dll) in ..." My code looks like this: defaultLa

Re: Status of log4cxx under Windows using VS 2010

2014-03-18 Thread Thorsten Schöning
Guten Tag Joseph Fradley, am Dienstag, 18. März 2014 um 15:17 schrieben Sie: > http://www.codeproject.com/Tips/492585/How-to-build-log4cxx-with-Visual-Studio-2010 The code changes should no longer be necessary if you use trunk, we had some bugs for those changes and already applied them. though I

Re: Status of log4cxx under Windows using VS 2010

2014-03-18 Thread Joseph Fradley
Thank you. Is Ant the preferred way to build log4cxx? I don't see the VS project files any more. On Tue, Mar 18, 2014 at 11:47 AM, Thorsten Schöning wrote: > Guten Tag Joseph Fradley, > am Dienstag, 18. März 2014 um 15:17 schrieben Sie: > > > > http://www.codeproject.com/Tips/492585/How-to-build

Re: Status of log4cxx under Windows using VS 2010

2014-03-18 Thread Thorsten Schöning
Guten Tag Joseph Fradley, am Dienstag, 18. März 2014 um 18:11 schrieben Sie: > Thank you. Is Ant the preferred way to build log4cxx? I don't see the VS > project files any more. The project files are only part of a release, you can create those with ANT on your own but shouldn't be necessary. At

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 de

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.

Re: Status of log4cxx under Windows using VS 2010

2014-08-27 Thread ToddA
Thorsten Schöning am-soft.de> writes: > > Guten Tag Joseph Fradley, > am Dienstag, 18. März 2014 um 18:11 schrieben Sie: > > > Thank you. Is Ant the preferred way to build log4cxx? I don't see the VS project files any more. > > The project files are only part of a release, you can create thos

Re: Status of log4cxx under Windows using VS 2010

2014-08-28 Thread Thorsten Schöning
Guten Tag ToddA, am Donnerstag, 28. August 2014 um 07:28 schrieben Sie: > Can you clarify what you mean by "shouldn't be necessary"? It shouldn't be necessary to use ANT to create VS project files because ANT can directly build your project using VS. You don't need the intermediate step of the VS

Using VC6 on XP to build log4cxx from latest trunk [was Re: Status of log4cxx under Windows using VS 2010]

2014-09-01 Thread ToddA
Thorsten Schöning am-soft.de> writes: > > Guten Tag ToddA, > am Donnerstag, 28. August 2014 um 07:28 schrieben Sie: > > > Can you clarify what you mean by "shouldn't be necessary"? > > It shouldn't be necessary to use ANT to create VS project files > because ANT can directly build your project

Re: Using VC6 on XP to build log4cxx from latest trunk [was Re: Status of log4cxx under Windows using VS 2010]

2014-09-01 Thread Thorsten Schöning
Guten Tag ToddA, am Dienstag, 2. September 2014 um 06:13 schrieben Sie: > 8. The steps at http://ant-contrib.sourceforge.net/ say to, "See the cc > tasks for installation instructions for cpptasks." When I go to the link for > 'cc' (http://ant-contrib.sourceforge.net/cpptasks/index.html) it says,