Azure-Samples / Cognitive-Speech-STT-Windows

Windows SDK for the Microsoft Speech-to-Text API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/speech-api
Other
112 stars 89 forks source link

a procedure imported by 'SpeachClient.dll' could not be loaded, on Windows 7 #4

Closed margaretmz closed 8 years ago

margaretmz commented 8 years ago

From @skalinkin on April 29, 2016 15:10

I have build small app, it works on my box (Windows 10) I have copied Debug folder to my laptop for demo and got error above. see my project here https://github.com/skalinkin/PlayingWithSpeachToText I have used nuget package but looks like missing some dependency

Copied from original issue: Microsoft/ProjectOxford-ClientSDK#60

margaretmz commented 8 years ago

From @bennettl on May 13, 2016 8:7

Having the same issue, is the C# SDK not compatible with Windows 7?

margaretmz commented 8 years ago

From @skalinkin on May 13, 2016 11:38

What I figured out is Windows 7 is not supported.

jasonvomsft commented 8 years ago

Windows 7 is not currently a supported platform. The Windows Speech library has a hard dependency on the Windows 8 network stack.

I suggest using the HTTP REST API, or upgrade your Windows machine.

YYurtcan commented 7 years ago

How to use HTTP REST API?