16 Jul
2003
16 Jul
'03
4:24 p.m.
Eric Brown (Propel) wrote:
I'm trying to use RegEx::Grep(GrepCallback cb, ...) on Windows with VC6. It works great with one exception.
I really need the callback to be a method so that I can update attributes in my instance. I've tried about 10 ways and can't get anywhere - VC6 keeps sending back errors. Some of the errors are obvious and some - well, aren't templates wonderful whe it comes to error msgs?!@#$%
You can try my free Regular Expression Component Library which is built on top of Boost.regex at http://www.tropicsoft.com/Components/RegularExpression . It allows callbacks into member functions and is supported. There is a version for VC6.