21 Jul
2002
21 Jul
'02
11:39 a.m.
OK, I figured it out. I had been messing with my paths and I was actually using an older version of STLPort, not the newest one as I thought. Recompiling the Regexp library with the newest one works great. One more question though. If I try to use the RegEx class with a large buffer, I get an exception. I use it just like this const std::string & buffer = GetLargeBuffer(); boost::RegEx regEx( buffer ); Is there a limit on how large the buffer can be? I'm passing it the result of loading a web page, so it can be up to 100KB or so. --Noel