-
Notifications
You must be signed in to change notification settings - Fork 9
Setup dev environment
ZachMoorePelco edited this page Jul 13, 2017
·
4 revisions
Install the VxSDK Installer
- This will install two small applications and .zip files for x86 and x64 versions of the VxSDK
- The VxSDK SDK itself (headers/libs/dlls) can be found in zip files at "C:\Program Files (x86)\Pelco\VideoXpertSDK\SDK"
Development Environment
- Add the SDK’s ‘Include’ directory to your project to locate necessary header files.
- Add the SDK’s ‘Lib’ directory to your project to locate necessary lib files.
- Copy the files from the SDK’s ‘Bin’ directory to your project’s output directory.