Uwe Stöhr wrote: > with your patches I get now only 48 instead of 135 errors. So it was a > step in the right direction. the errors I get now are in this form > (seems that there are traces of boost): > > ---------------------- > insets.lib(ExternalTransforms.obj) : error LNK2001: Nicht aufgel÷stes > externes Symbol ""private: void __thiscall > boost::re_detail::perl_matcher<class std::_ > String_const_iterator<char,struct std::char_traits<char>,class > std::allocator<char> >,class std::allocator<struct > boost::sub_match<class std::_String_const_iterator<char,struct > std::char_traits<char>,class std::allocator<char> > > >,stru > ct boost::regex_traits<char,class boost::w32_regex_traits<char> > > >::construct_init(class boost::basic_regex<char,struct > boost::regex_traits<char,class boost::w32_regex_traits<char> > > const > &,enum boost::regex_constants::_match_flags)" > (?construct_init@?$perl_matcher@V?$_String_const_iterator@DU? $char_traits@D@st > d@@V?$allocator@D@2@@std@@V?$allocator@U?$sub_match@V? $_String_const_iterator@D > U?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@2@U? $regex_traits@DV?$w32 > _regex_traits@D@boost@@@boost@@@re_detail@boost@@AAEXABV?$basic_regex@DU? $regex > _traits@DV? $w32_regex_traits@D@boost@@@boost@@@3@W4_match_flags@regex_constants
This is mot likely caused by an incomplete rebuild. Does it work if you rebuild the projects that appear in the error messages (the first one I could see was insets.lib)? Georg