Version 2.1.1 Changes

Listed here is the fix in this version between version 2.1 and version 2.1.1 of the Regular Expression Library. This information also exists in the Read Me file for the component.

The fix is:

a) Using the Regular Expression Library would fail with an access violation when multi-threaded regular expression components or classes were loaded as a DLL or
part of a DLL through a LoadLibrary call rather than explicitly linked through an import library. Normally this would never happen, except in the case where the programmer links with the multi-threaded run-time static library, which automatically links with the multi-threaded regular expression static library, and the programmer's module is a DLL that is loaded via LoadLibrary. This is a situation that can especially happen when building an ActiveX library since all ActiveX libraries are loaded by Windows using a LoadLibrary call. This release fixes that problem.