CreateSharedLibraryRepairer(chgFile, chgFilePath)

Returns the SharedLibraryRepairer object that is a repair tool of shared library integrity. Before repair, the shared library must be opened in exclusive mode or must be closed in all sessions of GIS kernel. The chgFile is a constant that specifies the mode of using the change file of shared library:

Constant

Using change file mode

gdbOpenChgFile

to use shared library change file

gdbOpenNoChgFile

not to use shared library change file

The chgFilePath argument is a string that specifies the pathname of shared library change file. The change file name and extension can be arbitrary. If change file is not used, the chgFilePath argument is ignored. If change file is used and chgFilePath == Null, the directory where change file is located is taken from the Windows registry. If the change file directory has not been determined in the registry, the directory where the shared library is located is used as the change file directory. If chgFilePath == Null then the change file name coincides with the name of LIB file of shared library and has the CHG extension.