I am having an oddity in Visual Studio with my new appender.. Just curious if anyone has had something like this. Here are the final 3 errors.. rollingfileappender.obj : error LNK2019: unresolved external symbol "public: void __thiscall log4cxx::rolling::RollingPolicyBase::setFileNamePattern(class std::basic_string<unsigned short,struct std::char_traits<unsigned short>,class std::allocator<unsigned short> > const &)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@@Z) referenced in function "public: virtual void __thiscall log4cxx::rolling::RollingFileAppender::activateOptions(class log4cxx::helpers::Pool &)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@3@@Z)
rollingfileappender.obj : error LNK2019: unresolved external symbol "public: __thiscall log4cxx::rolling::FixedWindowRollingPolicy::FixedWindowRollingPolicy(void)" ([EMAIL PROTECTED]@log4cxx@@[EMAIL PROTECTED]) referenced in function "public: virtual void __thiscall log4cxx::rolling::RollingFileAppender::activateOptions(class log4cxx::helpers::Pool &)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@3@@Z) rollingfileappender.obj : error LNK2019: unresolved external symbol "public: void __thiscall log4cxx::rolling::Action::close(void)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@QAEXXZ) referenced in function "public: bool __thiscall log4cxx::rolling::RollingFileAppender::rollover(class log4cxx::helpers::Pool &)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@3@@Z) .\..\build\debug\shared/log4cxxd.dll : fatal error LNK1120: 62 unresolved externals The seem rather strange, since I did nothing with these. I get similar errors in domconfiguration and pattern layout. Any suggestions?
<<winmail.dat>>