Boost logo

Boost Users :

From: Éò»Û·å (useradd_at_[hidden])
Date: 2005-08-18 08:25:19


Since the stl library of vc7.1 has some bugs and insufficiency. I use
stlport libray all the times. I compile regex library with stlport 4.62 and
5.0RC4, with or without the ICU. The dll all can not be compiled
successfully! (In below I only describe the compile process with ICU.)

First I try the stlport 4.62 with VC7.1 to build the library of regex, the
script I use is(the icu is also compiled with the same stlport) :
call "c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\bin\vcvars32.bat"
set TOOLS=vc-7_1-stlport
set STLPORT_PATH=c:\opt
set STLPORT_4.62_PATH=C:\opt\STLport-4.6.2
set STLPORT_VERSION=4.6.2
set ICU_PATH=c:\opt\icu
bjam "-sBUILD=debug release <runtime-link>dynamic <threading>multi
<native-wchar_t>on" "-sICU_PATH=c:\opt\icu" --with-regex stage

But the dll files can not be compiled successfully. The error occurs when
linking(Attentions the exp and pdb files exists).
vc-Link
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.dll
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.lib
   Creating library
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.lib
and object
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.exp
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::~basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
referenced in function "class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
__cdecl boost::re_detail::w32_transform(unsigned long,unsigned short const
*,unsigned short const *)"
(?w32_transform_at_re_detail_at_boost@@YA?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@KPBG0_at_Z)
wc_regex_traits.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::~basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::~basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(unsigned short const *,class
_STL::allocator<unsigned short> const &)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_PBGABV?$allocator_at_G@1@@Z)
referenced in function "class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
__cdecl boost::re_detail::w32_cat_get(class boost::shared_ptr<void> const
&,unsigned long,int,class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
const &)"
(?w32_cat_get_at_re_detail_at_boost@@YA?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@ABV?$shared_ptr_at_X@2_at_KHABV34@@Z)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_ABV01@@Z)
referenced in function "class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
__cdecl boost::re_detail::w32_cat_get(class boost::shared_ptr<void> const
&,unsigned long,int,class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
const &)"
(?w32_cat_get_at_re_detail_at_boost@@YA?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@ABV?$shared_ptr_at_X@2_at_KHABV34@@Z)
wc_regex_traits.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_ABV01@@Z)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_ABV01@@Z)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> > &
__thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::append(unsigned int,unsigned short)"
(__imp_?append@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV12_at_IG@Z)
referenced in function "class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
__cdecl boost::re_detail::w32_transform(unsigned long,unsigned short const
*,unsigned short const *)"
(?w32_transform_at_re_detail_at_boost@@YA?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@KPBG0_at_Z)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> > &
__thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::append(unsigned int,unsigned short)"
(__imp_?append@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV12_at_IG@Z)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
referenced in function "class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
__cdecl boost::re_detail::w32_transform(unsigned long,unsigned short const
*,unsigned short const *)"
(?w32_transform_at_re_detail_at_boost@@YA?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@KPBG0_at_Z)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::~_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
referenced in function $L42681
wc_regex_traits.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::~_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::~_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_XZ)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > * __thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::_Get_base(void)"
(__imp_?_Get_base@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEPAV?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@2_at_XZ)
referenced in function "public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> ><unsigned short const
*>(unsigned short const *,unsigned short const *,class
_STL::allocator<unsigned short> const &)"
(??$?0PBG@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_PBG0ABV?$allocator_at_G@1@@Z)
wc_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > * __thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::_Get_base(void)"
(__imp_?_Get_base@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEPAV?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@2_at_XZ)
referenced in function "private: void __thiscall
_STL::_Nondebug_string<wchar_t,class _STL::char_traits<wchar_t>,class
_STL::allocator<wchar_t> >::_M_range_initialize<wchar_t const *>(wchar_t
const *,wchar_t const *,struct _STL::forward_iterator_tag const &)"
(??$_M_range_initialize_at_PB_W@?$_Nondebug_string@_WV?$char_traits@_W@_STL@@V?$allocator@_W_at_2@@_STL@@AAEXPB_W0ABUforward_iterator_tag_at_1@@Z)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: class _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > * __thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::_Get_base(void)"
(__imp_?_Get_base@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEPAV?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@2_at_XZ)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::~_String_base<unsigned
short,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAE_at_XZ) referenced in
function $L42777
wc_regex_traits.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::~_String_base<unsigned
short,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAE_at_XZ)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::~_String_base<unsigned
short,class _STL::allocator<unsigned short> >(void)"
(__imp_??1?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAE_at_XZ)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::_String_base<unsigned
short,class _STL::allocator<unsigned short> >(class _STL::allocator<unsigned
short> const &)"
(__imp_??0?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAE_at_ABV?$allocator_at_G@1@@Z)
referenced in function "public: __thiscall _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> ><unsigned short const
*>(unsigned short const *,unsigned short const *,class
_STL::allocator<unsigned short> const &)"
(??$?0PBG@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_PBG0ABV?$allocator_at_G@1@@Z)
wc_regex_traits.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::_String_base<unsigned
short,class _STL::allocator<unsigned short> >(class _STL::allocator<unsigned
short> const &)"
(__imp_??0?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAE_at_ABV?$allocator_at_G@1@@Z)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::_String_base<unsigned
short,class _STL::allocator<unsigned short> >(class _STL::allocator<unsigned
short> const &)"
(__imp_??0?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAE_at_ABV?$allocator_at_G@1@@Z)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) private: void __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::_M_terminate_string(void)"
(__imp_?_M_terminate_string@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@AAEXXZ)
referenced in function "private: void __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::_M_range_initialize<unsigned
short const *>(unsigned short const *,unsigned short const *,struct
_STL::forward_iterator_tag const &)"
(??$_M_range_initialize_at_PBG@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@AAEXPBG0ABUforward_iterator_tag_at_1@@Z)
wc_regex_traits.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) private: void __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::_M_terminate_string(void)"
(__imp_?_M_terminate_string@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@AAEXXZ)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) private: void __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::_M_terminate_string(void)"
(__imp_?_M_terminate_string@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@AAEXXZ)
w32_regex_traits.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::_M_allocate_block(unsigned
int)"
(__imp_?_M_allocate_block@?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAEXI_at_Z)
referenced in function "private: void __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::_M_range_initialize<unsigned
short const *>(unsigned short const *,unsigned short const *,struct
_STL::forward_iterator_tag const &)"
(??$_M_range_initialize_at_PBG@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@AAEXPBG0ABUforward_iterator_tag_at_1@@Z)
wc_regex_traits.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::_M_allocate_block(unsigned
int)"
(__imp_?_M_allocate_block@?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAEXI_at_Z)
usinstances.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall _STL::_String_base<unsigned
short,class _STL::allocator<unsigned short> >::_M_allocate_block(unsigned
int)"
(__imp_?_M_allocate_block@?$_String_base_at_GV?$allocator_at_G@_STL@@@_STL@@QAEXI_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: int __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::compare(class
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &)const "
(__imp_?compare@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QBEHABV12@@Z)
referenced in function "public: int __cdecl boost::basic_regex<unsigned
short,struct boost::regex_traits<unsigned short,class
boost::w32_regex_traits<unsigned short> > >::compare(class
boost::basic_regex<unsigned short,struct boost::regex_traits<unsigned
short,class boost::w32_regex_traits<unsigned short> > > const &)const "
(?compare@?$basic_regex_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@boost@@QBAHABV12@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> > &
__thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::operator=(class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
const &)"
(__imp_??4?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV01_at_ABV01@@Z)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __thiscall boost::match_results<unsigned short const *,class
_STL::allocator<struct boost::sub_match<unsigned short const *> >
>::str(int)const "
(?str@?$match_results_at_PBGV?$allocator_at_U?$sub_match_at_PBG@boost@@@_STL@@@boost@@QBE?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@H_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned int __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::size(void)const "
(__imp_?size@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QBEIXZ)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __thiscall boost::match_results<unsigned short const *,class
_STL::allocator<struct boost::sub_match<unsigned short const *> >
>::format(class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
const &,enum boost::regex_constants::_match_flags)const "
(?format@?$match_results_at_PBGV?$allocator_at_U?$sub_match_at_PBG@boost@@@_STL@@@boost@@QBE?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@ABV34_at_W4_match_flags_at_regex_constants_at_2@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned short const * __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::data(void)const "
(__imp_?data@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QBEPBGXZ)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __thiscall boost::match_results<unsigned short const *,class
_STL::allocator<struct boost::sub_match<unsigned short const *> >
>::format(class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
const &,enum boost::regex_constants::_match_flags)const "
(?format@?$match_results_at_PBGV?$allocator_at_U?$sub_match_at_PBG@boost@@@_STL@@@boost@@QBE?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@ABV34_at_W4_match_flags_at_regex_constants_at_2@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::reserve(unsigned int)"
(__imp_?reserve@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEXI_at_Z)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __thiscall boost::sub_match<unsigned short const *>::str(void)const
"
(?str@?$sub_match_at_PBG@boost@@QBE?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@XZ)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(unsigned short const
*,unsigned int,class _STL::allocator<unsigned short> const &)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_PBGIABV?$allocator_at_G@1@@Z)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __cdecl boost::re_detail::basic_regex_implementation<unsigned
short,struct boost::regex_traits<unsigned short,class
boost::w32_regex_traits<unsigned short> > >::str(void)const "
(?str@?$basic_regex_implementation_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@re_detail_at_boost@@QBA?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@XZ)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned short * __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::end(void)"
(__imp_?end@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEPAGXZ)
referenced in function "bool __cdecl _STL::_Dereferenceable<struct
_STL::_DBG_iter<class _STL::_Nondebug_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>,struct _STL::_Const_traits<unsigned short> > >(struct
_STL::_DBG_iter<class _STL::_Nondebug_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>,struct _STL::_Const_traits<unsigned short> >)"
(??$_Dereferenceable_at_U?$_DBG_iter_at_V?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@U?$_Const_traits_at_G@2@@_STL@@@_STL@@YA_NU?$_DBG_iter_at_V?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@U?$_Const_traits_at_G@2@@0@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned short * __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::begin(void)"
(__imp_?begin@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEPAGXZ)
referenced in function "bool __cdecl _STL::_Incrementable<struct
_STL::_DBG_iter_base<class _STL::_Nondebug_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> > >
>(struct _STL::_DBG_iter_base<class _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > > const &,int,struct _STL::random_access_iterator_tag const &)"
(??$_Incrementable_at_U?$_DBG_iter_base_at_V?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@@_STL@@@_STL@@YA_NABU?$_DBG_iter_base_at_V?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@@0_at_HABUrandom_access_iterator_tag_at_0@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: struct _STL::_DBG_iter<class
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >,struct
_STL::_Nonconst_traits<unsigned short> > __thiscall
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::begin(void)"
(__imp_?begin@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE?AU?$_DBG_iter_at_V?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@U?$_Nonconst_traits_at_G@2@@2_at_XZ)
referenced in function "public: unsigned long __thiscall
boost::re_detail::w32_regex_traits_implementation<unsigned
short>::lookup_classname(unsigned short const *,unsigned short const *)const
"
(?lookup_classname@?$w32_regex_traits_implementation_at_G@re_detail_at_boost@@QBEKPBG0_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned short & __thiscall
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::operator[](unsigned int)"
(__imp_??A?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAGI_at_Z)
referenced in function "public: unsigned long __thiscall
boost::re_detail::w32_regex_traits_implementation<unsigned
short>::lookup_classname(unsigned short const *,unsigned short const *)const
"
(?lookup_classname@?$w32_regex_traits_implementation_at_G@re_detail_at_boost@@QBEKPBG0_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> > &
__thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::assign(unsigned int,unsigned short)"
(__imp_?assign@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV12_at_IG@Z)
referenced in function "unsigned short const * __cdecl
boost::re_detail::re_is_set_member<unsigned short const *,unsigned
short,struct boost::regex_traits<unsigned short,class
boost::w32_regex_traits<unsigned short> >,unsigned long>(unsigned short
const *,unsigned short const *,struct boost::re_detail::re_set_long<unsigned
long> const *,struct boost::re_detail::regex_data<unsigned short,struct
boost::regex_traits<unsigned short,class boost::w32_regex_traits<unsigned
short> > > const &,bool)"
(??$re_is_set_member_at_PBGGU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@K_at_re_detail_at_boost@@YAPBGPBG0PBU?$re_set_long_at_K@01_at_ABU?$regex_data_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@01@_N_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: int __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::compare(unsigned short const
*)const "
(__imp_?compare@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QBEHPBG_at_Z)
referenced in function "int __cdecl
boost::re_detail::string_compare<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>(class _STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &,unsigned short const
*)"
(??$string_compare_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@re_detail_at_boost@@YAHABV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@PBG_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned short const & __thiscall
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::operator[](unsigned
int)const "
(__imp_??A?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QBEABGI_at_Z)
referenced in function "int __cdecl
boost::re_detail::string_compare<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>(class _STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &,unsigned short const
*)"
(??$string_compare_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@re_detail_at_boost@@YAHABV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@PBG_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: bool __thiscall
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::empty(void)const "
(__imp_?empty@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QBE_NXZ)
referenced in function "int __cdecl
boost::re_detail::string_compare<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>(class _STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &,unsigned short const
*)"
(??$string_compare_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@re_detail_at_boost@@YAHABV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@PBG_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> >::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >(unsigned int,unsigned
short,class _STL::allocator<unsigned short> const &)"
(__imp_??0?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE_at_IGABV?$allocator_at_G@1@@Z)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __thiscall
boost::re_detail::w32_regex_traits_implementation<unsigned
short>::transform_primary(unsigned short const *,unsigned short const
*)const "
(?transform_primary@?$w32_regex_traits_implementation_at_G@re_detail_at_boost@@QBE?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@PBG0_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> > &
__thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::erase(unsigned int,unsigned int)"
(__imp_?erase@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV12_at_II@Z)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __thiscall
boost::re_detail::w32_regex_traits_implementation<unsigned
short>::transform_primary(unsigned short const *,unsigned short const
*)const "
(?transform_primary@?$w32_regex_traits_implementation_at_G@re_detail_at_boost@@QBE?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@PBG0_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> > &
__thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::assign(class _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short> >
const &)"
(__imp_?assign@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV12_at_ABV12@@Z)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > __thiscall
boost::re_detail::w32_regex_traits_implementation<unsigned
short>::transform_primary(unsigned short const *,unsigned short const
*)const "
(?transform_primary@?$w32_regex_traits_implementation_at_G@re_detail_at_boost@@QBE?AV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@PBG0_at_Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class _STL::_Nondebug_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > & __thiscall _STL::_Nondebug_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::assign(unsigned short const *,unsigned short const *)"
(__imp_?assign@?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV12_at_PBG0@Z)
referenced in function "public: class _STL::basic_string<unsigned
short,class _STL::char_traits<unsigned short>,class _STL::allocator<unsigned
short> > & __thiscall _STL::basic_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>::assign<unsigned short const *>(unsigned short const *,unsigned short
const *)"
(??$assign_at_PBG@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAEAAV01_at_PBG0@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) bool __cdecl _STL::operator<(class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &,class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &)"
(__imp_??M_STL@@YA_NABV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@0_at_0@Z)
referenced in function "public: bool __thiscall _STL::less<class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > >::operator()(class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &,class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &)const "
(??R?$less_at_V?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@@_STL@@QBE_NABV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@1_at_0@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) bool __cdecl _STL::operator>(class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &,class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &)"
(__imp_??O_STL@@YA_NABV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@0_at_0@Z)
referenced in function "public: struct boost::re_detail::re_syntax_base *
__thiscall boost::re_detail::basic_regex_creator<unsigned short,struct
boost::regex_traits<unsigned short,class boost::w32_regex_traits<unsigned
short> > >::append_set(class boost::re_detail::basic_char_set<unsigned
short,struct boost::regex_traits<unsigned short,class
boost::w32_regex_traits<unsigned short> > > const &,struct
boost::mpl::bool_<0> *)"
(?append_set@?$basic_regex_creator_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@re_detail_at_boost@@QAEPAUre_syntax_base_at_23@ABV?$basic_char_set_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@23_at_PAU?$bool_@$0A@@mpl_at_3@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: struct _STL::_DBG_iter<class
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >,struct
_STL::_Nonconst_traits<unsigned short> > __thiscall
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::insert(struct
_STL::_DBG_iter<class _STL::_Nondebug_string<unsigned short,class
_STL::char_traits<unsigned short>,class _STL::allocator<unsigned short>
>,struct _STL::_Nonconst_traits<unsigned short> >,unsigned short)"
(__imp_?insert@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE?AU?$_DBG_iter_at_V?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@U?$_Nonconst_traits_at_G@2@@2_at_U32@G_at_Z)
referenced in function "public: struct boost::re_detail::re_syntax_base *
__thiscall boost::re_detail::basic_regex_creator<unsigned short,struct
boost::regex_traits<unsigned short,class boost::w32_regex_traits<unsigned
short> > >::append_set(class boost::re_detail::basic_char_set<unsigned
short,struct boost::regex_traits<unsigned short,class
boost::w32_regex_traits<unsigned short> > > const &,struct
boost::mpl::bool_<0> *)"
(?append_set@?$basic_regex_creator_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@re_detail_at_boost@@QAEPAUre_syntax_base_at_23@ABV?$basic_char_set_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@23_at_PAU?$bool_@$0A@@mpl_at_3@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: struct _STL::_DBG_iter<class
_STL::_Nondebug_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >,struct
_STL::_Nonconst_traits<unsigned short> > __thiscall
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> >::end(void)"
(__imp_?end@?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@QAE?AU?$_DBG_iter_at_V?$_Nondebug_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@_STL@@U?$_Nonconst_traits_at_G@2@@2_at_XZ)
referenced in function "public: struct boost::re_detail::re_syntax_base *
__thiscall boost::re_detail::basic_regex_creator<unsigned short,struct
boost::regex_traits<unsigned short,class boost::w32_regex_traits<unsigned
short> > >::append_set(class boost::re_detail::basic_char_set<unsigned
short,struct boost::regex_traits<unsigned short,class
boost::w32_regex_traits<unsigned short> > > const &,struct
boost::mpl::bool_<0> *)"
(?append_set@?$basic_regex_creator_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@re_detail_at_boost@@QAEPAUre_syntax_base_at_23@ABV?$basic_char_set_at_GU?$regex_traits_at_GV?$w32_regex_traits_at_G@boost@@@boost@@@23_at_PAU?$bool_@$0A@@mpl_at_3@@Z)
usinstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) bool __cdecl _STL::operator==(class
_STL::basic_string<unsigned short,class _STL::char_traits<unsigned
short>,class _STL::allocator<unsigned short> > const &,unsigned short const
*)"
(__imp_??8_STL@@YA_NABV?$basic_string_at_GV?$char_traits_at_G@_STL@@V?$allocator_at_G@2@@0_at_PBG@Z)
referenced in function "unsigned int __cdecl
boost::re_detail::find_sort_syntax<class
boost::re_detail::w32_regex_traits_implementation<unsigned short>,unsigned
short>(class boost::re_detail::w32_regex_traits_implementation<unsigned
short> const *,unsigned short *)"
(??$find_sort_syntax_at_V?$w32_regex_traits_implementation_at_G@re_detail_at_boost@@G_at_re_detail_at_boost@@YAIPBV?$w32_regex_traits_implementation_at_G@01_at_PAG@Z)
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.dll
: fatal error LNK1120: 34 unresolved externals

    "link" /nologo /INCREMENTAL:NO /DEBUG /DLL /subsystem:console
/out:"bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.dll"
/IMPLIB:"bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.lib"
/LIBPATH:"c:\opt\icu\lib" /LIBPATH:"c:\opt\STLport-4.6.2\lib"
/LIBPATH:"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\lib"
"icuuc.lib" "icuin.lib" "stlport_vc71_stldebug.lib"
@"bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.CMD"

...failed vc-Link
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.dll
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.lib...
...skipped <@boost!lib>boost_regex-vc71-mt-gdp-1_33.dll for lack of
<@boost!libs!regex!build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi>boost_regex-vc71-mt-gdp-1_33.dll...
...skipped <@boost!lib>boost_regex-vc71-mt-gdp-1_33.lib for lack of
<@boost!libs!regex!build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi>boost_regex-vc71-mt-gdp-1_33.lib...

The release dll file compiles error are the similar.

====================================================================================================

Second I try the stlport 5.0RC4(icu are recompiled with this version), I
find only the dll files compiling fails.
call "c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\bin\vcvars32.bat"
set TOOLS=vc-7_1-stlport
set STLPORT_PATH=c:\opt
set STLPORT_50_PATH=C:\opt\STLport
set STLPORT_VERSION=5.0
set ICU_PATH=c:\opt\icu
bjam "-sBUILD=debug release <runtime-link>dynamic <threading>multi
<native-wchar_t>on" "-sICU_PATH=c:\opt\icu" --with-regex stage

The error is :

vc-Link
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.dll
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-gdp-1_33.lib
LINK : fatal error LNK1181: cannot open input file
'stlport_vc71_stldebug.lib'
vc-Link
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\release\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-p-1_33.dll
bin\boost\libs\regex\build\boost_regex.dll\vc-7_1-stlport\release\native-wchar_t-on\threading-multi\boost_regex-vc71-mt-p-1_33.lib
LINK : fatal error LNK1181: cannot open input file 'stlport_vc71.lib'

But I find in stlport 5.0 the rule of library and dll file is changed. The
files are : stlport_d50.dll, stlport_r50.dll, stlport_stld50.dll,
stlport_d50.lib, stlport_r50.lib, stlport_stld50.lib,
stlport_static_d50.lib, stlport_static_r50.lib, stlport_static_stld50.lib

I also try copy stlport_d50.lib and stlport_r50.lib as
stlport_vc71_stldebug.lib and stlport_vc71.lib, and the link is completed.
So I am very surprise which tell the regex to link with
stlport_vc71_stldebug.lib and stlport_vc71.lib, I think it may be the boost
or bjam, not stlport. Since the stlport 5.0 will be released soon. I think
it is a big bug.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net