Compute and check the checksum on a library
Source position: exec.pas line 1980
procedure SumLibrary( |
libHandle: PLibrary |
); |
SumLibrary computes a new checksum on a library. It can also be used to check an old checksum. If an old checksum does not match, and the library has not been marked as changed, then the system will call Alert.
This call could also be periodically made by some future system-checking task.
|
Change a function vector in a library |