Question

I have made an application & created installer of it , which is deployed on Samsung Pixelsense 4.0 device & working great. Now I want to deploy same application on window 7/8 touch devices , is it possible if yes , please suggest me what modification we need to do in my app so that it will install.

regards

Pollen

Was it helpful?

Solution

If you're deploying software that uses Surface 2.0 runtime on Windows, you need to install that middleware. https://www.microsoft.com/en-us/download/details.aspx?id=26716

Depending on the multitouch device you're using, you'll need to make changes to your software. For example, if you're using the generic Windows 7 touch drivers, the SurfaceWindow class will not work. You'll need to use the regular Window class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top