Alarm Management API Sample Program
About this task
- Overview
- Build the Demo (sample) program.
- Run the Demo (sample) program.
Overview
A sample Microsoft Visual C++ project, named amaru_demo_exe.vcxproj
, is provided to build the sample program. Use this project as a basis for constructing projects for your own applications.
Note: Depending on how you installed Visual C++, the INCLUDE, LIB, and PATH environment variables may not be automatically set when you install MSDEV. If they are not set, you will have to set them manually or run the following to set them before building any user programs.
..\<Program Files Install Directory>\Microsoft Visual Studio 11.0\Common7\Tools\vsvars32.bat
When you run the demo program, it will generate an alarm, then reset it.
Build the Demo (Sample) Program