You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Simone Giannecchini <si...@gmail.com> on 2006/06/08 21:27:25 UTC

Help needed with visual c++ express edition

Hi list,
I am new to log4cxx therefore, please, if I am asking a stupid
question do not blame on me.

I would like to use the latest log4cxx windows build but I am not able
to find proper binaries for visual c++ epxress 2005 of the latest
0.9.8 version. The only one I found are not f help since they have
been linked against vc .net 2003 in debug mode (not redistributable).

I followed instructions to build using ant but I did not make it to
the end. When linking I got 23 errors about stl strings and streams. I
am attaching the log at the end.

Anyone got a solution? ANyone got some binaries for vc8?

log------
Buildfile: build.xml

os-detect:

win-init:

mac-init:

unix-init:

init:

build-apr:

get-apr-src:

untar-apr-src:

os-detect:

win-init:

unix-init:

init:

configure-check:

unix-configure:

win-configure:

configure:

build:
       [cc] Starting dependency analysis for 66 files.
       [cc] 66 files are up to date.
       [cc] 0 files to be recompiled from dependency analysis.
       [cc] 0 total files to be compiled.

build-aprutil:

get-aprutil-src:

untar-aprutil-src:

os-detect:

win-init:

unix-init:

init:

configure-check:

unix-configure:

win-configure:

configure:

build:
       [cc] Starting dependency analysis for 46 files.
       [cc] 46 files are up to date.
       [cc] 0 files to be recompiled from dependency analysis.
       [cc] 0 total files to be compiled.

config-check:

unix-configure:

win-configure:

configure:
     [echo] Configuring with has.wchar_t=1
     [echo] Configuring with logchar_type=wchar_t

build:
       [cc] Starting dependency analysis for 144 files.
       [cc] 144 files are up to date.
       [cc] 0 files to be recompiled from dependency analysis.
       [cc] 0 total files to be compiled.
       [cc] Starting link
       [cc]    Creating library log4cxxd.lib and object log4cxxd.exp
       [cc] nameabbreviator.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
referenced in function "public: static class log4cxx::helpers::Class
const & __cdecl
log4cxx::pattern::NOPAbbreviator::getStaticClass(void)"
(?getStaticClass@NOPAbbreviator@pattern@log4cxx@@SAABVClass@helpers@3@XZ)
       [cc] bufferedwriter.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
       [cc] formattinginfo.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
       [cc] patternparser.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
       [cc] properties.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
       [cc] cacheddateformat.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
       [cc] fixedwindowrollingpolicy.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
       [cc] stringhelper.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *,wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W0@Z)
       [cc] nameabbreviator.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] bufferedwriter.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] formattinginfo.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] patternparser.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] properties.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
referenced in function "public: void __thiscall
PropertyParser::parse(class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,class
log4cxx::helpers::Properties &)"
(?parse@PropertyParser@@QAEXAAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@AAVProperties@helpers@log4cxx@@@Z)
       [cc] cacheddateformat.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] fixedwindowrollingpolicy.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] stringhelper.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)"
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] bufferedwriter.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)"
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] patternparser.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)"
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] properties.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)"
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
referenced in function "public: void __thiscall
PropertyParser::parse(class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,class
log4cxx::helpers::Properties &)"
(?parse@PropertyParser@@QAEXAAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@AAVProperties@helpers@log4cxx@@@Z)
       [cc] cacheddateformat.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)"
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] fixedwindowrollingpolicy.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)"
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] stringhelper.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)"
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WXZ)
       [cc] properties.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::erase(wchar_t *)"
(__imp_?erase@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W@Z)
referenced in function "protected: bool __thiscall
PropertyParser::get(class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,wchar_t
&)" (?get@PropertyParser@@IAE_NAAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@AA_W@Z)
       [cc] outputstreamwriter.obj : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: wchar_t const *
__thiscall std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t>
>::end(void)const "
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] optionconverter.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)const "
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
referenced in function
__catch$?toLevel@OptionConverter@helpers@log4cxx@@SAABV?$ObjectPtrT@VLevel@log4cxx@@@23@ABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@ABV423@@Z$0
       [cc] transcoder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)const "
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] transform.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)const "
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] charsetencoder.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)const "
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] simpledateformat.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)const "
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] stringhelper.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::end(void)const "
(__imp_?end@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] stringhelper.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] outputstreamwriter.obj : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: wchar_t const *
__thiscall std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t>
>::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
referenced in function "public: virtual __thiscall
log4cxx::helpers::Object::~Object(void)"
(??1Object@helpers@log4cxx@@UAE@XZ)
       [cc] optionconverter.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] transcoder.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] transform.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] unicodehelper.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] charsetencoder.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] simpledateformat.obj : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: wchar_t const * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::begin(void)const "
(__imp_?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ)
       [cc] loglog.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) class std::basic_ostream<char,struct
std::char_traits<char> > & __cdecl std::operator<<<char,struct
std::char_traits<char> >(class std::basic_ostream<char,struct
std::char_traits<char> > &,char const *)"
(__imp_??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
referenced in function "private: static void __cdecl
log4cxx::helpers::LogLog::emit(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &)"
(?emit@LogLog@helpers@log4cxx@@CAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
       [cc] fallbackerrorhandler.obj : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::out_of_range::out_of_range(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &)"
(__imp_??0out_of_range@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)
referenced in function "protected: void __thiscall std::vector<class
log4cxx::helpers::ObjectPtrT<class log4cxx::Logger>,class
std::allocator<class log4cxx::helpers::ObjectPtrT<class
log4cxx::Logger> > >::_Xran(void)const "
(?_Xran@?$vector@V?$ObjectPtrT@VLogger@log4cxx@@@helpers@log4cxx@@V?$allocator@V?$ObjectPtrT@VLogger@log4cxx@@@helpers@log4cxx@@@std@@@std@@IBEXXZ)
       [cc] fallbackerrorhandler.obj : error LNK2001: unresolved
external symbol "public: virtual __thiscall
std::out_of_range::~out_of_range(void)" (??1out_of_range@std@@UAE@XZ)
       [cc] fallbackerrorhandler.obj : error LNK2001: unresolved
external symbol "public: __thiscall
std::out_of_range::out_of_range(class std::out_of_range const &)"
(??0out_of_range@std@@QAE@ABV01@@Z)
       [cc] fallbackerrorhandler.obj : error LNK2001: unresolved
external symbol "public: __thiscall
std::logic_error::logic_error(class std::logic_error const &)"
(??0logic_error@std@@QAE@ABV01@@Z)
       [cc] simpledateformat.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> >
__thiscall std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> >
>::put(class std::ostreambuf_iterator<wchar_t,struct
std::char_traits<wchar_t> >,class std::ios_base &,struct tm const
*,char,char)const "
(__imp_?put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@PBUtm@@DD@Z)
referenced in function "void __cdecl
log4cxx::helpers::SimpleDateFormatImpl::renderFacet(class std::locale
const &,class std::basic_ostream<wchar_t,struct
std::char_traits<wchar_t> > &,struct tm const *,wchar_t)"
(?renderFacet@SimpleDateFormatImpl@helpers@log4cxx@@YAXABVlocale@std@@AAV?$basic_ostream@_WU?$char_traits@_W@std@@@5@PBUtm@@_W@Z)
       [cc] simpledateformat.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: bool __thiscall
std::locale::_Iscloc(void)const " (__imp_?_Iscloc@locale@std@@QBE_NXZ)
referenced in function "class std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >
const & __cdecl std::use_facet<class std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >
>(class std::locale const &,class std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >
const *,bool)" (??$use_facet@V?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@@std@@YAABV?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@0@ABVlocale@0@PBV10@_N@Z)
       [cc] simpledateformat.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: class std::locale::facet const *
__thiscall std::locale::_Getfacet(unsigned int,bool)const "
(__imp_?_Getfacet@locale@std@@QBEPBVfacet@12@I_N@Z) referenced in
function "class std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >
const & __cdecl std::use_facet<class std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >
>(class std::locale const &,class std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >
const *,bool)" (??$use_facet@V?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@@std@@YAABV?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@0@ABVlocale@0@PBV10@_N@Z)
       [cc] simpledateformat.obj : error LNK2001: unresolved external
symbol "protected: virtual class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> >
__thiscall std::time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> >
>::do_put(class std::ostreambuf_iterator<wchar_t,struct
std::char_traits<wchar_t> >,class std::ios_base &,struct tm const
*,char,char)const "
(?do_put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@PBUtm@@DD@Z)
       [cc] simpledateformat.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: virtual __thiscall
std::time_put<wchar_t,class std::ostreambuf_iterator<wchar_t,struct
std::char_traits<wchar_t> > >::~time_put<wchar_t,class
std::ostreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> >
>(void)" (__imp_??1?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@UAE@XZ)
referenced in function "public: virtual void * __thiscall
std::time_put<wchar_t,class std::ostreambuf_iterator<wchar_t,struct
std::char_traits<wchar_t> > >::`scalar deleting destructor'(unsigned
int)" (??_G?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@UAEPAXI@Z)
       [cc] stringhelper.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: char const * __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::begin(void)const "
(__imp_?begin@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ)
referenced in function "public: static class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __cdecl
log4cxx::helpers::StringHelper::toLowerCase(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(?toLowerCase@StringHelper@helpers@log4cxx@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV45@@Z)
       [cc] stringhelper.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: char const * __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::end(void)const "
(__imp_?end@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ)
referenced in function "public: static class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __cdecl
log4cxx::helpers::StringHelper::toLowerCase(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(?toLowerCase@StringHelper@helpers@log4cxx@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV45@@Z)
       [cc] stringhelper.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: char * __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::begin(void)"
(__imp_?begin@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEPADXZ)
referenced in function "public: static class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __cdecl
log4cxx::helpers::StringHelper::toLowerCase(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(?toLowerCase@StringHelper@helpers@log4cxx@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV45@@Z)
       [cc] stringhelper.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: char * __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::erase(char *,char *)"
(__imp_?erase@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEPADPAD0@Z)
referenced in function "public: static bool __cdecl
log4cxx::helpers::StringHelper::getline(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > &,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > &)"
(?getline@StringHelper@helpers@log4cxx@@SA_NAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
       [cc] stringhelper.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: char * __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::end(void)"
(__imp_?end@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEPADXZ)
referenced in function "public: static bool __cdecl
log4cxx::helpers::StringHelper::getline(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > &,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > &)"
(?getline@StringHelper@helpers@log4cxx@@SA_NAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
       [cc] stringhelper.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: char * __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::insert(char *,char)"
(__imp_?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEPADPADD@Z)
referenced in function "public: class std::insert_iterator<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > > & __thiscall std::insert_iterator<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > >::operator=(char const &)"
(??4?$insert_iterator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@QAEAAV01@ABD@Z)
       [cc] stringhelper.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: wchar_t * __thiscall
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> >::insert(wchar_t *,wchar_t)"
(__imp_?insert@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEPA_WPA_W_W@Z)
referenced in function "public: class std::insert_iterator<class
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> > > & __thiscall std::insert_iterator<class
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> > >::operator=(wchar_t const &)"
(??4?$insert_iterator@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@std@@QAEAAV01@AB_W@Z)
       [cc] log4cxxd.dll : fatal error LNK1120: 23 unresolved externals

----------

Thanks a lot,
 Simone.
-- 
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
Simone Giannecchini
Software Engineer
Freelance Consultant

http://simboss.wordpress.com/

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°