How do I develop Visual Studio 2010 applications that speak and listen?
Last reviewed: 4/20/2010
HOW Article ID: H041001
The information in this article applies to:
- GrammarKit 3
- LexiconKit 3
- ProfileKit 3
- SpeechKit 6
- VoiceMarkupKit 3
Summary
GrammarKit, LexiconKit, ProfileKit, SpeechKit, and VoiceMarkupKit Win32 Developer Editions now include Visual Studio 2010 sample projects.
More Information
One of the major enhancements to Visual Studio 2010 is support for .NET Framework Version 4. The Win32 Developer Editions include new Visual Studio 2010 sample projects for C++ and .NET V4.
For .NET V4 applications, add project references to the .NET libraries found in the NETv3\bin folder as follows:
Product | .NET component libraries |
---|---|
GrammarKit | Chant.Shared.DLL Chant.GrammarKit.DLL |
LexiconKit | Chant.Shared.DLL Chant.LexiconKit.DLL |
ProfileKit | Chant.Shared.DLL Chant.ProfileKit.DLL |
SpeechKit | Chant.Shared.DLL Chant.SpeechKit.DLL |
VoiceMarkupKit | Chant.Shared.DLL Chant.VoiceMarkupKit.DLL |
For C++ applications, locate the include directory path of the Chant header files as follows:
Product | .NET component libraries |
---|---|
GrammarKit | C:\Program Files\Chant\GrammarKit 3\Win32 Developer\CDLL\include |
LexiconKit | C:\Program Files\Chant\LexiconKit 3\Win32 Developer\CDLL\include |
ProfileKit | C:\Program Files\Chant\ProfileKit 3\Win32 Developer\CDLL\include |
SpeechKit | C:\Program Files\Chant\SpeechKit 6\Win32 Developer\CDLL\include |
VoiceMarkupKit | C:\Program Files\Chant\VoiceMarkupKit 3\Win32 Developer\CDLL\include |