Adding Kanzi Connect functionality to a Kanzi application

If you did not create your application using the Kanzi Connect Client Application template, to use Kanzi Connect functionality, import to that application the connect_services.dll Kanzi Engine plugin.

To add Kanzi Connect functionality to a Kanzi application:

  1. In Kanzi Studio open a project where you want to use Kanzi Connect functionality.

    For example, open the <KanziWorkspace>/Tutorials/Gauges/Completed/Gauges.kzproj project.

  2. In the Library right-click Kanzi Engine Plugins, select Import Kanzi Engine Plugin, and import the <KanziConnectInstallation>/SDK/lib/win64/plugins/GL_vs2017_Release_DLL/connect_services.dll Kanzi Connect plugin.

    ../../_images/kanzi-engine-plugins.png ../../_images/kanzi-engine-plugins-connect-services.png

You can now use Kanzi Connect functionality in your application. For example, you can import a Kanzi Connect service and use it in your application. To learn more about using the Kanzi Connect services, complete Tutorial: Create a Kanzi Connect application.