C++ Samples
This document describes how to build the ADLX C++ samples and the environment in which they can be executed. The ADLX C++ samples are organized per domain, and they demonstrate the entire ADLX functionality.
Supported Operating Systems
Windows® 10 (32- and 64-bit versions) and up.
Build Tool
Visual Studio 2019 with C and C++ components for desktop.
Prerequisites
-
ADLX SDK is installed.
Note: The ADLX library is installed along with the AMD display driver.
Build Instructions
-
Run Visual Studio 2019.
-
Click File > Open > CMake.
-
Select the
~Samples\CPP
folder from the Address bar in the pop-up dialog box. -
Select
CMakeLists.txt
in~ADLX\Samples\CPP
and click Open. -
Select vs2019_Release_x64 in the Configuration drop-down.
-
Click Switch between available views > CMake Targets view in the Solution Explorer.
-
Click Samples Project and expand the list of samples. Right-click on the required sample and click Set As Startup Item. For example,
DisplayInfo.exe
. -
Right-click on the same sample and click Build.
-
Run the sample.