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_DISPLAYby default for windows. To retain the old behavior, set DefaultDisplayIndex explicitly.
Changes to the C++ API¶
The
qnx::QnxDisplay::tryCreatefunction now takes thedisplayIndexparameter. To retain the old behavior, pass0uas the argument.