XLL+ Class Library

XLL Host Deployment

To deploy XLL Host on a target machine, do the following:

  1. Copy pslxld01.dll to the target machine.
  2. Copy xlcall32.dll to the target machine, usually to the same directory that contains pslxld01.dll.
  3. Register pslxld01.dll, using something like the following command line:
    REGSVR32 pslxld01.dll
    Alternatively, use a setup script or package.
  4. Ensure that the target machine has a valid license for XLL Host.

If for some reason you choose not to install xlcall32.dll inthe same directory as pslxld01.dll, then should ensure that the optional argument xlcall32 is populated whenever XllDriver.Initialize is called.

For more information on deployment of XLLs to target machines, see Deploying wrapper libraries.

See Also

XLL Host | XLL Host Reference