What is supplied?
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.
The Harlequin Core SDK is supplied as:
- A core RIP as a shared library (
corelib.so
), DLL (corelib.dll
) or dynamic library (corelib.dylib
). - A service layer providing an abstracted simplified API.
- Two application integrations demonstrating use of the SDK API and features.
These three parts of the system are provided in the following form:
- A platform-dependent dynamic library containing the core RIP.
- The SDK service layer as a pre-built static library (
hhrsdklib.lib
orhhrsdklib.a
). - A platform dependent example RIP application "
clrip
" which can be used to test your system. - A platform dependent example RIP application "
minrip
" which demonstrates the minimal code require to integrate the RIP and SDK. - Source code (in C) for both the SDK ("skinkit"),
clrip
application ("skintest") andminrip
application ("skinmin").