Skip to main content

Migration Guides

Answered

Comments

1 comment

  • Jason Stanczyk

    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.