Contents | Index | < Browse | Browse >
Libraries:
---------
Not every Amiga shared library can be used as an ARexx function library. Function libraries must have a special entry point specified as an integer offset (e.g. "-30") from the library base. Each library should include documentation providing its version number and the integer offset to its "query" entry point.

For example, to open the rexxsupport.library in order to access its functions, use the following syntax:
addlib('rexxsupport.library',0,-30,0)

-See ADDLIB() function
-See Functions support library