Compute and check the checksum on a library
Source position: exec.pas line 1288
procedure SumLibrary( |
lib: pLibrary |
); |
lib |
|
A pointer to the library to be changed |
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 |