
23 Jul
2004
23 Jul
'04
11:52 a.m.
I build the regex libs with vc7.1-stlport. Then I test it:
#include <boost/regex.hpp>
int _tmain(int argc, _TCHAR* argv[]) { boost::regex ex; return 0; }
how to solve it? thanks.
The most likely cause of this is an incorrect STLPORT_PATH set when you built the libraries (ie the libraries were not built against STLPort). But see also my post to "tweety". John.