Kanzi 3.9.15 migration guide

Use this migration guide to update Kanzi applications from Kanzi 3.9.14 to Kanzi 3.9.15.

Application configuration

  • On QNX platforms, Kanzi no longer sets SCREEN_PROPERTY_DISPLAY by default for windows. To retain the old behavior, set DefaultDisplayIndex explicitly.

Changes to the C++ API

  • The qnx::QnxDisplay::tryCreate function now takes the displayIndex parameter. To retain the old behavior, pass 0u as the argument.

See also

Kanzi 3.9.15 release notes

Known issues