w w w . u q d e v i c e s . c o m
L o g i c 1 6 U s e r M a n u a l
| 38
How to use the C++ Demo Source Code
To use the demo program, just copy the two Folders “CppDemo” and “CTimeTag” into the
same parent folder.
Windows:
On Windows, open CppDemo.sln using Visual Studio 2010 and compile.
Linux:
On Linux, copy libtimetag32.so or libtimetag64.so to your lib directory. If you have
not already done so, get the g++ compiler and libusb development version.
sudo apt-get install g++-4.6-multilib
sudo apt-get install libusb-1.0-0-dev
Then navigate to the CppDemo folder and type “make CppDemo32” or “make
CppDemo64”
To run the program, you need administrator privileges.