Version 3.1.5 Changes

This release fixes a single problem related to building an application using the static library version of this library for VC8. This problem is:

a) The regular expression component had been erroneously built with general setting of "Whole Program Option" set to 'Use Linktime Code Generation' in release mode. This causes a problem when linking an application using the static library version under Visual Studio 2005 SP1. The linker fails with a message saying that the static library was created with an older compiler. This update fixes that problem by setting "Whole Program Option" to 'No Whole Program Optimization' in release mode. It has always been set to 'No Whole Program Optimization' in debug mode.

If you are using the DLL version of this library, you do not have to worry about this fix.