void LoadPackageDLL(string)
Return Type: void
Parameters: string PackagePath
Description:
This function is used to load an external Phantom package at run-time. The function
will open the Dynamic Link Library (DLL) indicated by PackagePath and load the
package functions. The new functions and package can then be used and viewed
with the 'what' function. The new package name will be the DLL name unless the
DLL overrides this with a different name. The DLL must have been designed for
use with Phantom for the functions to be successfully loaded. An error will
occur if the DLL is not found or if it is not compatible with Phantom.