Boost logo

Boost :

From: Aaron Boxer (boxerab_at_[hidden])
Date: 2003-10-08 05:50:01


Hello,

I have the latest version of boost from CVS.
I am using the regex library for the following code:

std::string temp="";
boost::regex r(".*1NP4.*");
boost::match_results<std::string::const_iterator>
what;
if(boost::regex_match(temp, what, r))
{
  
}

When I try to link my project against the libraries,
I notice two things:

1) the library creates the lib file

boost_regex_vc6_md.lib

but my project is looking for the file

libboost_regex_vc6_md.lib

2) Once I rename the lib file, I get the following
line errors

unresolved symbol :
boost::re_detail::w32_traits_base::lower_case_map
boost::re_detail::w32_traits_base::class_map

Thanks.

Aaron

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk