[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

AddLibrary

Adds a library to the system

Declaration

Source position: exec.pas line 1274

procedure AddLibrary(

  Library_: PLibrary

);

Description

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.

See also

MakeLibrary

  

Construct a library

OpenLibrary

  

Open a library to use

RemLibrary

  

Remove a library from the system

CloseLibrary

  

Close access to library


Documentation generated on: 2017-01-10