Integrating Kanzi Monitor into existing projects

You can integrate Kanzi Monitor into your Kanzi application project either as a prebuilt library or from source code. Choose the integration method that fits your development environment and project requirements.

Using prebuilt binaries

The prebuilt library method links your project against compiled binaries included in the Kanzi Monitor package. It requires minimal build configuration and suits most projects where prebuilt binaries are available for your target platform and Kanzi version.

See Integrating Kanzi Monitor as a prebuilt library

Using source code

The source code method compiles Kanzi Monitor as part of your project build. Use this method when you have a source-only Kanzi Monitor package, or when prebuilt binaries are not available for your specific Kanzi version or toolchain configuration.

See Integrating Kanzi Monitor from source code