【发布时间】:2014-08-18 14:04:34
【问题描述】:
我在 Windows 7 上开发了一个 C#/WPF 语音应用程序。我使用SpeechLib 进行识别,使用System.Speech.Synthesis 进行合成。我没有要测试的平板电脑,但我想将我的应用程序提供给 Surface 平板电脑的幸运拥有者。
您知道此应用程序是否可以在 Microsoft Surface 上运行?我是否需要进行额外开发才能在 Surface 上使用该应用程序?
【问题讨论】:
我在 Windows 7 上开发了一个 C#/WPF 语音应用程序。我使用SpeechLib 进行识别,使用System.Speech.Synthesis 进行合成。我没有要测试的平板电脑,但我想将我的应用程序提供给 Surface 平板电脑的幸运拥有者。
您知道此应用程序是否可以在 Microsoft Surface 上运行?我是否需要进行额外开发才能在 Surface 上使用该应用程序?
【问题讨论】:
Surface“Pro”与运行 Windows 8 的任何其他笔记本电脑一样。Surface“RT”不是 - 它运行 Windows RT,无法运行 WPF 应用程序。
【讨论】: