![Analog Devices ADIS1700 Series User Manual Download Page 18](http://html1.mh-extra.com/html/analog-devices/adis1700-series/adis1700-series_user-manual_2939752018.webp)
Uninstall SNAP Sensor Library
Complete the following steps to uninstall the SNAP Sensor library application.
1. Run the Windows Control Panel.
2. Select
Uninstall or change a Program
.
3. Select the item (for example,
SnapSensorLibrary (Development)
) and click
Uninstall
4. Follow the instructions of the uninstaller.
Create a Win32 Project
•
Ensure that Visual Studio 2015 (or later) is installed.
•
Ensure that the SnapSensorLibrary development edition is installed
Complete the following steps to create a Visual Studio project.
1. In Visual Studio create a new project (or add a new project to an existing solution) of type Visual C++ Win32
Console application.
2. Disable the precompiled header and
Security Development Lifecycle (SDL)
checks.
3. Click
Finish
.
4. Delete the
stdafx.h
from the header files and
stdafx.cpp
from the source files.
5. Remove the default
.cpp
file created for the project.
6. Add the required
.cpp
files to the project being built. The files are available in
Code Samples
(
<<installed
directory>>\SnapSensorLibrary\Lib\CodeSamples
). Create the corresponding console application
.exe
file
(for example,
GetDeviceStatus.cpp
).
a. Right click projects. Select
Add > Existing Item
and then select the required
.cpp
files from the code
Samples
.
7. Add the include files
a. Add the respective
.h
file (for example,
DeviceStatus.h
) to the
Header Files
option available in the
project.
b. Right click
Header Files
. Select
Add > Existing Item
and then select the required
.h
files from the code
Samples
.
8. Modify the C/C++ settings in the project properties. Copy and paste
$(SnapSensorLibrary_LibPath) Include
to
Additional Include Directories
.
Uninstall SNAP Sensor Library
4–2
ADIS1700x Vision-Sensing Camera Module User Guide