Old Version of OpenLibrary (deprecated)
Source position: exec.pas line 1256
function OldOpenLibrary( |
const libName: pCHAR |
):pLibrary; |
const libName: string |
):pLibrary; |
libName |
|
The name of the library to open |
A library pointer for a successful open, else nil.
libName |
|
The name of the library to open |
This is the same function as OpenLibrary(), only that it uses 0 as version number. This function is obsolete. Don't use it.
|
Open a library to use |