|
This section contains a number of csWMPI examples written in C++.
The C++ examples can be found in the installation directory under examples\visualcpp.
You can open the projects individually by opening the project files (.vcproj) found in the respective folders.
Alternatively, you can open the solution VisualCPP_examples.sln containing all example
projects. The workspace can be found in the following folder:
In Linux the C++ examples can be found in the installation directory under examples/cpp.
Each of the examples precompiled and can be run directly from the installation directory. It is strongly
recommended (and often necessary) to copy the examples to a different location, e.g. your home directory, before
modifying them. An example can be built by running make in the directory containing
the example source.
|