Search code examples
c#tabletspeech

Can I use my voice application (Win 7) on MS Surface?


I developped a C#/WPF voice application on Windows 7. I use SpeechLib for the recognition and System.Speech.Synthesis for the synthesis. I do not have a tablet to test but I would like to give my application to a lucky owner of a Surface tablet.

Do you know if this application can run on Microsoft Surface? Do I need to make aditional development to be able to use the application on Surface?


Solution

  • Surface "Pro" is just like any other laptop running Windows 8. Surface "RT" is not - it runs Windows RT and is unable to run WPF applications.