To use the Verastream SDK within the Visual Studio IDE, you must reference the SDK objects within each project you want to develop using the SDK. Once completed, the SDK objects are accessible within that project. A simple test project is recommended to ensure full functionality before project development.
To include the SDK objects in Visual Studio:
- For versions of Visual Studio prior to Visual Studio 2013, you may need to place the following .dll files in <Installation_drive>:\Program Files (X86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies so you can reference them.
- SessionLoader.dll
- JNIWrapper.dll
- Mutable.dll
- ScreenUPG.dll
These .dll files are available in the default installation location (<Installation_drive>:\Program Files (x86)\Micro Focus\VerastreamSDK).
-
Create a new project, or open an existing project.
-
From the Project menu, select Add Reference.
-
From the References dialog box, select the Extensions tab.
-
Select the following objects from the Component Name list:
- SessionLoader
- Mutable
- ScreenUPG
-
When you have selected all of the required objects, click OK to add them to your project.
|
The sample application C# Events illustrates how to use the SDK with Visual Studio.