Re: link problem

2005-04-14 Thread Max Signori
I'm sorry i still got a link problem: i've put LOG4CXX_STATIC in my preprocessor definitions under the C/C++ options but i get more errors. Without this setting i obtained 3 unresolved externals, now i got 9. Maybe i'm forgetting something? Do i have to put somewhere librar

Re: link problem

2005-04-14 Thread Grzegorz Swiatek
Hi, please define LOG4CXX_STATIC in your project settings for the C/C++ options. Best Regards, Grzegorz [EMAIL PROTECTED] wrote: Hi all, i'm using for the first time this logging library and i have a link problem : i'm using VC++ 6.0. this is the code i'm using: #include &q

link problem

2005-04-12 Thread massimo . signori
Hi all, i'm using for the first time this logging library and i have a link problem : i'm using VC++ 6.0. this is the code i'm using: #include "log4cxx/logger.h" #include "log4cxx/propertyconfigurator.h" using namespace log4cxx; [...] LoggerPtr m