To connect UWP framework to a mobile application development project:
Load archive with UWP framework.
NOTE. To get framework archive, contact technical support by sending a request to support@fsight.ru or via technical support services that are available after registration at the website.
Unpack the archive UWP-20180806T081837Z-001.zip.
Use Visual Studio to connect the cswrapper.winmd file as a dependency from the unpacked folder:
3.1. Select the Add Reference context menu item in the References folder.
3.2. Click the Browse button and select the cswrapper.winmd file (where wrapper is a wrapper for the C++ library, cswrapper is a wrapper for "wrapper").
3.3. Click the OK button.
Rebuild the project (Rebuild).
To initialize and set up UWP, see the Initializing and Setting Up UWP Framework section.
For details about UWP framework methods see the Describing UWP Framework Methods, Calling UWP Framework Methods sections.
To view examples of UWP framework use, see the Examples of UWP Framework Use section.
See also:
Development | Initializing and Setting Up UWP Framework | Describing UWP Framework Methods | Calling UWP Framework Methods | Examples of UWP Framework Use