Migration Guides
AnsweredAre there any migration guides for migrating from Kanzi 3.6.14 to Kanzi 3.9.8? It looks like Kanzi 3.9.8 doesn’t have kzsThreadLockCreate()/kzsThreadLockDelete().
0
-
Unfortunately there is no such migration guide from 3.6.13 to 3.9.8 directly, you will need to follow the intermediate steps.
About kzsThreadLockCreate, Kanzi 3.9 API does not provide such functionality anymore. You will need to use C++ standard library thread functions like std::thread. This change has been introduced with Kanzi 3.7 as you can see in the migration guide documentation page here.0
Please sign in to leave a comment.
Comments
1 comment