Ahoj, snažím se zkompilovat svůj program na windows ve Visual Studiu 2008 Express. Boost::regex se mi povedlo nainstalovat z instalátoru http://www.boost-consulting.com/, jenže nevím co všechno nainstalovat, aby to fungovalo. Teď mi to píše:
libboost_regex-vc80-mt-1_34_1.lib(instances.obj) : error LNK2001:
unresolved external symbol "__declspec(dllimport) public:
class std::_String_iterator<char,struct std::char_traits<char>,
class std::allocator<char> > __thiscall std::basic_string<char,
struct std::char_traits<char>,class std::allocator<char> >
::insert(class std::_String_iterator<char,struct std::char_traits<char>,
class std::allocator<char> >,char)" (__imp_?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE?AV?$
_String_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@2@V32@D@Z)
Možná je něco špatně nastavené?