Here's the latest version incorporating all the modifications discussed: http://homepage.hispeed-sr.ch/julp/pcrecpp_re.zip
brucexs wrote: > Do you know why you pcrecpp.dll is 800k instead of around 300K like the > ones availabe on the net? a)I don't know what build you're talking about but you said it had dependencies my build doesn't have which should obviously make mine larger b)gcc3 creates fat (but supposedly fast) C++ binaries c)I didn't optimize for size or use any of the switches that make gcc create leaner C++ executables because I don't know if they're safe to use with pcreppp d)my build has UTF-8 support
