====== Declare_FCNS routine ====== ==== 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_dll|Chapter 7]] ==== Example ==== run Declare_FCNS "DLL_USER"