SDK Workaround: Two Speech Samples May Fail to Compile
This workaround applies to:
· The prerelease Windows SDK for Windows Server 2008 and .Net Framework 3.5 (RC0), September, 2007
· The prerelease Windows SDK for Windows Server 2008 and .Net Framework 3.5 (IDS04), July, 2007
The speech samples \winui\Speech\DictationPad
and \winui\Speech\Reco
may fail to properly compile the grammar files.
To work around this issue, change the Custom Build Step for the *.xml files to use “gc.exe” instead of “..\..\gc.exe”. This is part of the DictationPad.sln and Reco.sln Visual Studio Solution files. In addition, there is a typo in the Reco.cpp file. Change all references to GetListHead() to GetHead() in Reco.cpp.
Comments
- Anonymous
September 28, 2007
This workaround applies to: · The prerelease Windows SDK for Windows Server 2008 and .Net Framework 3