Re: Problems With Documenation Examples

2004-04-17 Thread Michael CATANZARITI
TED] Sent: Friday, April 16, 2004 11:05 AM To: Log4CXX User Subject: Re: Problems With Documenation Examples Hello, the example called "My App" is not correct this a fix : // file MyApp.cpp #include "com/foo/bar.h" using namespace com::foo; // include log4cxx header files. #i

RE: Problems With Documenation Examples

2004-04-16 Thread Dahl, Jon
) : error C2227: left of '->debug' must point to class/struct/union -Original Message- From: Michael CATANZARITI [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 11:05 AM To: Log4CXX User Subject: Re: Problems With Documenation Examples Hello, the example called

Re: Problems With Documenation Examples

2004-04-16 Thread Michael CATANZARITI
Hello, the example called "My App" is not correct this a fix : // file MyApp.cpp #include "com/foo/bar.h" using namespace com::foo; // include log4cxx header files. #include #include using namespace log4cxx; using namespace log4cxx::helpers; // Define a static logger variable so that it refe

RE: Problems With Documenation Examples

2004-04-16 Thread Dahl, Jon
oops, sorry, that should be VS .NET 2002, not VS .NET 2000. -Original Message- From: Dahl, Jon [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 10:10 AM To: log4cxx-user@logging.apache.org Subject: Problems With Documenation Examples I'm trying to compile version 1 of the

Problems With Documenation Examples

2004-04-16 Thread Dahl, Jon
I'm trying to compile version 1 of the MyApp example in the Configuration section in Introduction.html. I'm running VS .NET 2000, compiling natively, non Unicode. lib version 0.9.6. When compiling for the first time, this is what the compiler outputs: Compiling... mapp.cpp o:\lib\log4cxx-0.9.6\i