Visible to Intel only — GUID: GUID-C74449B9-0F56-41D8-9214-7DCB8DC7ED81
Visible to Intel only — GUID: GUID-C74449B9-0F56-41D8-9214-7DCB8DC7ED81
Linking Options
Intel® Integrated Performance Primitives Cryptography (Intel® IPP Cryptography) is distributed as:
Static library: static linking results in a standalone executable
Dynamic/shared library: dynamic linking defers function resolution until runtime and requires that you bundle the redistributable libraries with your application
The following table provides description of libraries available for linking.
Single-threaded (non-threaded) |
|
---|---|
Description |
Suitable for application-level threading |
Found in |
Main package After installation: Component Directory Layout: <ipp cryptography directory>/lib/<arch> Unified Directory Layout: 64 bit: <install directory>/lib/ 32 bit: <install directory>/lib32/ |
Static linking |
Windows* OS: mt suffix in a library name (ippcpmt.lib) Linux* OS: no suffix in a library name (libippcp.a) |
Dynamic Linking |
Default (no suffix) Windows* OS: ippcp.lib Linux* OS: libippcp.a |