My log4cxx code compiles fine but fails to link with the following error: Error 1 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class log4cxx::helpers::ObjectPtrT<class log4cxx::Logger> __cdecl log4cxx::Logger::getLogger(char const * const)" ([EMAIL PROTECTED]@log4cxx@@[EMAIL PROTECTED]@log4cxx@@@he [EMAIL PROTECTED]@[EMAIL PROTECTED]) referenced in function "void __cdecl `dynamic initializer for 'logger''(void)" (??__Elogger@@YAXXZ) ExchangePumpGUI.obj
I have unsuccessfully tried linking against: log4cxx\build\release\shared\log4cxx.lib and log4cxx\build\debug\shared\log4cxxd.lib Anyone else had linking problems in MSVC2005? Thanks!
