64-bit operations
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
File systems routinely deal with files whose size can no longer be expressed within a 32-bit integer. Unfortunately, not all platforms can provide a 64‐bit data type with C language‐style operators.
PFI no longer contains the 64‐bit operation functions, they are part of the plugin library.
If you want to include the 64‐bit functions, you must include the hq32x2.h header. The implementation of these functions is in the plugin library. Previously it was in the RIP executable.