Version 3.1.1 Changes
Listed here are two fixes in this version between version 3.1 and version 3.1.1 of the Regular Expression Component Library. This information also exists in the Read Me file for the library.
The fixes are:
a) The ChangeFiles functionality would fail if a temporary file could not be created. The temporary file creation process would always attempt to create the temporary file in the current directory. If the user did not have write access to the current dirtectory, the temporary file creation process would fail and therefore ChangeFiles would fail. The fix attempts to create a temporary file in the user's TMP file directory if the temporary file could not be created in the current directory.
b) For Visual C++ 7.1 the initial version had been distributed with the debug version of the MFC component import library referencing the non-debug version of the MFC component library. This caused problems when the debug version of the component library was being tested by end-users. This has been fixed in this release so that the correct versions of the libraries are being linked when the debug version is being used.