Harlequin MultiRIP plugins on Microsoft Windows
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
This appendix describes platform‐specific issues for developers of plugins for PC platforms. These platforms include the Intel (or clone) family of PC architectures running Windows.
For information on specific versions see the Release note supplied with each release.
Implement a Windows plugin as a dynamic link library (DLL). You may also need to write a device driver for plugins.
Note:
The RIP's early use of the name DeviceCapabilities
clashed with a name introduced into the Windows SDK, windows.h
. The clash was avoided by changing the name to HqnDeviceCapabilities
.