Hi,
I'm working with Visual Studio 2013 and C#. I'm trying to integrate the Calibration (TETWinControls.Calibration from the language Tutorial on the site) in a windows store app (as soon as the app starts you get on a calibration page where you can calibrate).
The problem is that I have to reference Windowsbase.dll, Presentationframework.dll and PresentationCore.dll on my own. As soon as I do so, I get a million following errors.
So has anybody ever done this before or has an idea how to integrate calibration in a windows store app?
Thanks for any help!