linking errors when trying to use log4cxx as a static library (VC2008)

2009-05-29 Thread Gerrit van Doorn
Hi, I compiled log4cxx as a DLL before and it worked perfectly. Now I wanted to use log4cxx (version 0.10.0) as a static library. I've set the "Configuration Type" to "Static Library .lib" in the log4cxx properties and I changed the Preprocessor -> Preprocessor definitions to LOG4CXX_STATIC.

Re: linking errors when trying to use log4cxx as a static library (VC2008)

2009-05-29 Thread Curt Arnold
On May 29, 2009, at 12:09 PM, Gerrit van Doorn wrote: Hi, I compiled log4cxx as a DLL before and it worked perfectly. Now I wanted to use log4cxx (version 0.10.0) as a static library. I've set the "Configuration Type" to "Static Library .lib" in the log4cxx properties and I changed the P

Re: linking errors when trying to use log4cxx as a static library (VC2008)

2009-06-01 Thread Gerrit van Doorn
Curt Arnold wrote: On May 29, 2009, at 12:09 PM, Gerrit van Doorn wrote: Hi, I compiled log4cxx as a DLL before and it worked perfectly. Now I wanted to use log4cxx (version 0.10.0) as a static library. I've set the "Configuration Type" to "Static Library .lib" in the log4cxx properties an