Welcome in the VisioscanSet samples application.
-------------------------------------------------

VisioscanSetSampleDotNet is a SDK test application written in .Net
VisioscanSetSamples is a SDK test application written in pure MS C++

Solution (.sln) file is located in [YOUR_SAMPLE_LOCATION]\VisioscanSetSamples

Before working with your samples, please copy the mandatory folders from your VisioscanSet install folder as the following :

For C++:
---------

C:\Program Files\BEA Sensors\Visioscan Set\SDK\Binaries\*.* to [YOUR_SAMPLE_LOCATION]\VisioscanSetSamples\libs\
C:\Program Files\BEA Sensors\Visioscan Set\SDK\Includes\*.* to [YOUR_SAMPLE_LOCATION]\VisioscanSetSamples\Includes\

/!\ Ensure the C++ compile includes path are correct (see project properties)
/!\ Ensure the C++ link references path are correct (see project properties)


For C#:
--------

C:\Program Files\BEA Sensors\Visioscan Set\SDK\Binaries\*.* to [YOUR_SAMPLE_LOCATION]\VisioscanSetSampleDotNet\libs\

/!\ Ensure the C# project references are correct.

Compile and run the application
