Adds a library to the system
Source position: exec.pas line 1835
procedure AddLibrary( |
Lib: PLibrary |
); |
Lib |
|
Pointer to a previously initialized library structure |
This function adds a new library to the library list. All programs can open it from now on. This function also calculates the checksum of the library.
|
Construct a library |
|
|
Open a library to use |
|
|
Remove a library from the system |
|
|
Close access to library |