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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
referenced in function "public: static class log4cxx::helpers::Class
const & __cdecl
log4cxx::pattern::NOPAbbreviator::getStaticClass(void)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED])
      [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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
      [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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
      [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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
      [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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
      [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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
      [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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
      [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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
      [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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@2@@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@2@@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
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
&)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@2@@std@@[EMAIL PROTECTED])
      [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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@QBEPB_WXZ)
referenced in function
[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@log4cxx@@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@QBEPB_WXZ)
referenced in function "public: virtual __thiscall
log4cxx::helpers::Object::~Object(void)"
([EMAIL PROTECTED]@log4cxx@@[EMAIL PROTECTED])
      [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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 *)"
([EMAIL PROTECTED]@std@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED])
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 &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@[EMAIL PROTECTED]@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 &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL 
PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@log4cxx@@@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@@@[EMAIL PROTECTED]@@@std@@@std@@IBEXXZ)
      [cc] fallbackerrorhandler.obj : error LNK2001: unresolved
external symbol "public: virtual __thiscall
std::out_of_range::~out_of_range(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
      [cc] fallbackerrorhandler.obj : error LNK2001: unresolved
external symbol "public: __thiscall
std::out_of_range::out_of_range(class std::out_of_range const &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z)
      [cc] fallbackerrorhandler.obj : error LNK2001: unresolved
external symbol "public: __thiscall
std::logic_error::logic_error(class std::logic_error const &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@@std@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@PBUtm@@[EMAIL PROTECTED])
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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@@@[EMAIL PROTECTED]@@[EMAIL PROTECTED])
      [cc] simpledateformat.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: bool __thiscall
std::locale::_Iscloc(void)const " ([EMAIL PROTECTED]@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)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@@std@@@std@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@@std@@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED])
      [cc] simpledateformat.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: class std::locale::facet const *
__thiscall std::locale::_Getfacet(unsigned int,bool)const "
([EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]) 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)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@@std@@@std@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@@std@@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED])
      [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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@@std@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@PBUtm@@[EMAIL PROTECTED])
      [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)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@@std@@@std@@[EMAIL PROTECTED])
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)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@@std@@@std@@[EMAIL PROTECTED])
      [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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@[EMAIL PROTECTED]@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 "
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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 &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@[EMAIL PROTECTED]@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 *)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
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> > &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED])
      [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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@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> > &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED])
      [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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
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 &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL 
PROTECTED]@2@@std@@@std@@[EMAIL PROTECTED]@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)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@[EMAIL 
PROTECTED])
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 &)"
([EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL 
PROTECTED]@2@@std@@@std@@[EMAIL PROTECTED]@Z)
      [cc] log4cxxd.dll : fatal error LNK1120: 23 unresolved externals

----------

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

http://simboss.wordpress.com/

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

Reply via email to