Description
Compiles a .DLL definition record into BASIC+ callable functions.
Syntax
run Declare_FCNS "key"
Remarks
All DLL definitions reside in the SYSPROCS table with a naming convention of "DLL_" prepended to the module name (typically the name of the DLL without the .DLL extension).
See also
Chapter 7 - Calling DLL Functions from BASIC+
Example
run Declare_FCNS "DLL_USER"