|
The check of the license was done at read at the beginning of the open function. The resulting license error was given to auto detection control and result in a error before format detection was done. This means that the detection fails if one of the feature codes not available.
Now the license check is done as last step at open read. In this case all the format detection stuff runs well, but the feature code is not enabled, the open will fail, with a license error. This means that the correct format is detected and only file with formats which have no license key will fail with a corresponing error, all other formats will still work. |
|