5 Feb
2003
5 Feb
'03
11:55 a.m.
specific? Is there anything you might be leaving out? You say to put this line in, right? --
#define BOOST_REGEX_NO_LIB
No I said to define it: go to: project settings-> C++ ->preprocessor -> defines and add any defines you need there (either BOOST_REGEX_STATIC_LINK or BOOST_REGEX_NO_LIB or both depending upon what you want to do). Then clean your project and rebuild everything (if you don't clean your project there's a good chance things still won't work if regex is in your precompiled headers or whatever). John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm