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

OldOpenLibrary (deprecated)

Old Version of OpenLibrary (deprecated)

Declaration

Source position: exec.pas line 1276

function OldOpenLibrary(

  const LibName: STRPTR

):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: 2017-01-10