Boost logo

Boost Users :

From: louis (louis04_at_[hidden])
Date: 2005-11-24 10:35:47


Hi,

I built regex as a library using the source (UNICODE char set but not with
ICU support). I am able to link to the library in a console program but when
I try and link to the library from an MFC project I get a bunch of
unresolved errors. Here is one of them:

myapp error LNK2019: unresolved external symbol "public: class
boost::basic_regex<wchar_t,struct boost::regex_traits<wchar_t,class
boost::w32_regex_traits<wchar_t> > > & __thiscall
boost::basic_regex<wchar_t,struct boost::regex_traits<wchar_t,class
boost::w32_regex_traits<wchar_t> > >::assign(wchar_t const *,wchar_t const
*,unsigned int)"
(?assign@?$basic_regex@_WU?$regex_traits@_WV?$w32_regex_traits@_W_at_boost@@@boost@@@boost@@QAEAAV12_at_PB_W0I_at_Z)
referenced in function "public: class boost::basic_regex<wchar_t,struct
boost::regex_traits<wchar_t,class boost::w32_regex_traits<wchar_t> > > &
__thiscall boost::basic_regex<wchar_t,struct
boost::regex_traits<wchar_t,class boost::w32_regex_traits<wchar_t> >
>::assign(wchar_t const *,unsigned int)"
(?assign@?$basic_regex@_WU?$regex_traits@_WV?$w32_regex_traits@_W_at_boost@@@boost@@@boost@@QAEAAV12_at_PB_WI_at_Z)

Any help would be greatly appreciated


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