Unit 'Exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

OldOpenLibrary (deprecated)

Old Version of OpenLibrary (deprecated)

Declaration

Source position: exec.pas line 1279

function OldOpenLibrary(

  const LibName: PChar

):PLibrary;

Arguments

LibName

  

The name of the library to open

Function result

A library pointer for a successful open, else nil.

Description

This is the same function as OpenLibrary(), only that it uses 0 as version number. This function is obsolete. Don't use it.

See also

OpenLibrary

  

Open a library to use


Documentation generated on: 2021-07-30