You build your own applications in a similar way to building the
sample applications.
Why and when to perform this task
This topic summarizes
the steps that you need carry out to build your own C, C++ or .NET applications.
For additional guidance on how to build your own applications, use the makefiles
provided for each sample application.
Steps for this task
On Windows, if you are building a C or C++ application,
make sure that your compilation settings are correct. All of the XMS libraries are compiled
using the multithreaded runtime libraries. Therefore, when you are a building
C or C++ application using the XMS libraries,
make sure that your project or makefile compiler flag settings are set to
select multi-threaded runtime libraries (/MD or, for debug, /MDd), and not
single-threaded runtime libraries (/ML or, for debug, /MLd).
- Build your application: